#35D96D

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

Shades of Emerald #35D96D

Tints of Emerald #35D96D

Color information

#35D96D (or 0x35D96D) is unknown color: approx Emerald. HEX triplet: 35, D9 and 6D. RGB value is (53,217,109). Sum of RGB (Red+Green+Blue) = 53+217+109=379 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.98% from 379); Green value is 217 (85.16% from 255 or 57.26% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 217 - color contains mainly: green. Hex color #35D96D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D96D is #CA2692. Grayscale: #9B9B9B. Windows color (decimal): -13248147 or 7199029. OLE color: 7199029.

HSL color Cylindrical-coordinate representation of color #35D96D: hue angle of 140.49º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35D96D is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB53217109-
CMYK0.7600.500.15
HSL140.49º68.33%52.94%-
HSV(B)140.49º75.58%85.1%-
XYZ29.0451.4922.88-
YUV155.65101.6754.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.98%
GREEN value IS 217 (85.16% from 255) = 57.26%
BLUE value IS 109 (42.97% from 255) = 28.76%
R=13.98%
G=57.26%
B=28.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal532171090.7600.500.15140.4968.3352.94
Hex35D96D4C032F8c4435
Octal653311551140621721410465
Binary110101110110011101101100110001100101111100011001000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,217,109); }

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

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

 a { background-color: rgb(53,217,109); }

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

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

 span { border-color: rgb(53,217,109); }

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