#35E886

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

Shades of Shamrock #35E886

Tints of Shamrock #35E886

Color information

#35E886 (or 0x35E886) is unknown color: approx Shamrock. HEX triplet: 35, E8 and 86. RGB value is (53,232,134). Sum of RGB (Red+Green+Blue) = 53+232+134=419 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.65% from 419); Green value is 232 (91.02% from 255 or 55.37% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 232 - color contains mainly: green. Hex color #35E886 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #35E886 is #CA1779. Grayscale: #A7A7A7. Windows color (decimal): -13244282 or 8841269. OLE color: 8841269.

HSL color Cylindrical-coordinate representation of color #35E886: hue angle of 147.15º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E886 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB53232134-
CMYK0.7700.420.09
HSL147.15º79.56%55.88%-
HSV(B)147.15º77.16%90.98%-
XYZ34.6360.1932.35-
YUV167.31109.246.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.65%
GREEN value IS 232 (91.02% from 255) = 55.37%
BLUE value IS 134 (52.73% from 255) = 31.98%
R=12.65%
G=55.37%
B=31.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal532321340.7700.420.09147.1579.5655.88
Hex35E8864D02A9935038
Octal653502061150521122312070
Binary1101011110100010000110100110101010101001100100111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,232,134); }

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

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

 a { background-color: rgb(53,232,134); }

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

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

 span { border-color: rgb(53,232,134); }

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