#35E497

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

Shades of Shamrock #35E497

Tints of Shamrock #35E497

Color information

#35E497 (or 0x35E497) is unknown color: approx Shamrock. HEX triplet: 35, E4 and 97. RGB value is (53,228,151). Sum of RGB (Red+Green+Blue) = 53+228+151=432 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.27% from 432); Green value is 228 (89.45% from 255 or 52.78% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 228 - color contains mainly: green. Hex color #35E497 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35E497 is #CA1B68. Grayscale: #A7A7A7. Windows color (decimal): -13245289 or 9954357. OLE color: 9954357.

HSL color Cylindrical-coordinate representation of color #35E497: hue angle of 153.6º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E497 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB53228151-
CMYK0.7700.340.11
HSL153.6º76.42%55.1%-
HSV(B)153.6º76.75%89.41%-
XYZ34.858.4838.73-
YUV166.9119.0246.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.27%
GREEN value IS 228 (89.45% from 255) = 52.78%
BLUE value IS 151 (59.38% from 255) = 34.95%
R=12.27%
G=52.78%
B=34.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal532281510.7700.340.11153.676.4255.1
Hex35E4974D022B9a4c37
Octal653442271150421323211467
Binary1101011110010010010111100110101000101011100110101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,228,151); }

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

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

 a { background-color: rgb(53,228,151); }

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

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

 span { border-color: rgb(53,228,151); }

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