#35FB9E

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

Shades of Shamrock #35FB9E

Tints of Shamrock #35FB9E

Color information

#35FB9E (or 0x35FB9E) is unknown color: approx Shamrock. HEX triplet: 35, FB and 9E. RGB value is (53,251,158). Sum of RGB (Red+Green+Blue) = 53+251+158=462 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.47% from 462); Green value is 251 (98.44% from 255 or 54.33% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 251 - color contains mainly: green. Hex color #35FB9E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35FB9E is #CA0461. Grayscale: #B5B5B5. Windows color (decimal): -13239394 or 10418997. OLE color: 10418997.

HSL color Cylindrical-coordinate representation of color #35FB9E: hue angle of 151.82º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35FB9E is Cyan = 0.79, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB53251158-
CMYK0.7900.370.02
HSL151.82º96.12%59.61%-
HSV(B)151.82º78.88%98.43%-
XYZ42.1472.2244.07-
YUV181.2114.936.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.47%
GREEN value IS 251 (98.44% from 255) = 54.33%
BLUE value IS 158 (62.11% from 255) = 34.20%
R=11.47%
G=54.33%
B=34.20%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal532511580.7900.370.02151.8296.1259.61
Hex35FB9E4F025298603c
Octal65373236117045223014074
Binary11010111111011100111101001111010010110100110001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35FB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,251,158); }

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

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

 a { background-color: rgb(53,251,158); }

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

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

 span { border-color: rgb(53,251,158); }

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