#35DB70

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

Shades of Emerald #35DB70

Tints of Emerald #35DB70

Color information

#35DB70 (or 0x35DB70) is unknown color: approx Emerald. HEX triplet: 35, DB and 70. RGB value is (53,219,112). Sum of RGB (Red+Green+Blue) = 53+219+112=384 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.80% from 384); Green value is 219 (85.94% from 255 or 57.03% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 219 - color contains mainly: green. Hex color #35DB70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35DB70 is #CA248F. Grayscale: #9D9D9D. Windows color (decimal): -13247632 or 7396149. OLE color: 7396149.

HSL color Cylindrical-coordinate representation of color #35DB70: hue angle of 141.33º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35DB70 is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB53219112-
CMYK0.7600.490.14
HSL141.33º69.75%53.33%-
HSV(B)141.33º75.8%85.88%-
XYZ29.7252.5923.91-
YUV157.17102.553.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.80%
GREEN value IS 219 (85.94% from 255) = 57.03%
BLUE value IS 112 (44.14% from 255) = 29.17%
R=13.80%
G=57.03%
B=29.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal532191120.7600.490.14141.3369.7553.33
Hex35DB704C031E8d4635
Octal653331601140611621510665
Binary110101110110111110000100110001100011110100011011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35DB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,219,112); }

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

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

 a { background-color: rgb(53,219,112); }

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

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

 span { border-color: rgb(53,219,112); }

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