#35F685

Color #35F685 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #35F685

Tints of Shamrock #35F685

Color information

#35F685 (or 0x35F685) is unknown color: approx Shamrock. HEX triplet: 35, F6 and 85. RGB value is (53,246,133). Sum of RGB (Red+Green+Blue) = 53+246+133=432 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.27% from 432); Green value is 246 (96.48% from 255 or 56.94% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 246 - color contains mainly: green. Hex color #35F685 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35F685 is #CA097A. Grayscale: #AFAFAF. Windows color (decimal): -13240699 or 8779317. OLE color: 8779317.

HSL color Cylindrical-coordinate representation of color #35F685: hue angle of 144.87º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F685 is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB53246133-
CMYK0.7800.460.04
HSL144.87º91.47%58.63%-
HSV(B)144.87º78.46%96.47%-
XYZ38.6668.3633.35-
YUV175.41104.0640.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 12.27%
GREEN value IS 246 (96.48% from 255) = 56.94%
BLUE value IS 133 (52.34% from 255) = 30.79%
R=12.27%
G=56.94%
B=30.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal532461330.7800.460.04144.8791.4758.63
Hex35F6854E02E4915b3b
Octal65366205116056422113373
Binary110101111101101000010110011100101110100100100011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35F685; }

 p { color: rgb(53,246,133); }

 H1.HeaderClassName
 {
   color: #35F685;
 }
 .AnyTagClassName
 {
   color: #35F685;
 }
</style>
background-color css

<style>
 a { background-color: #35F685; }

 a { background-color: rgb(53,246,133); }

 div.DivClassName
 {
   background-color: #35F685;
 }
 .BgClassName
 {
   background-color: #35F685;
 }
</style>
border-color css

<style>
 span { border-color: #35F685; }

 span { border-color: rgb(53,246,133); }

 td.TdClassName
 {
   border-color: #35F685;
 }
 .TagClassName
 {
   border-color: #35F685;
 }
</style>