#35F19C

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

Shades of Shamrock #35F19C

Tints of Shamrock #35F19C

Color information

#35F19C (or 0x35F19C) is unknown color: approx Shamrock. HEX triplet: 35, F1 and 9C. RGB value is (53,241,156). Sum of RGB (Red+Green+Blue) = 53+241+156=450 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.78% from 450); Green value is 241 (94.53% from 255 or 53.56% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 241 - color contains mainly: green. Hex color #35F19C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35F19C is #CA0E63. Grayscale: #AFAFAF. Windows color (decimal): -13241956 or 10285365. OLE color: 10285365.

HSL color Cylindrical-coordinate representation of color #35F19C: hue angle of 152.87º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35F19C is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB53241156-
CMYK0.7800.350.05
HSL152.87º87.04%57.65%-
HSV(B)152.87º78.01%94.51%-
XYZ38.9266.0742.15-
YUV175.1117.2240.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 11.78%
GREEN value IS 241 (94.53% from 255) = 53.56%
BLUE value IS 156 (61.33% from 255) = 34.67%
R=11.78%
G=53.56%
B=34.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal532411560.7800.350.05152.8787.0457.65
Hex35F19C4E023599573a
Octal65361234116043523112772
Binary110101111100011001110010011100100011101100110011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,241,156); }

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

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

 a { background-color: rgb(53,241,156); }

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

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

 span { border-color: rgb(53,241,156); }

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