#42D96E

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

Shades of Emerald #42D96E

Tints of Emerald #42D96E

Color information

#42D96E (or 0x42D96E) is unknown color: approx Emerald. HEX triplet: 42, D9 and 6E. RGB value is (66,217,110). Sum of RGB (Red+Green+Blue) = 66+217+110=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 217 (85.16% from 255 or 55.22% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 217 - color contains mainly: green. Hex color #42D96E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D96E is #BD2691. Grayscale: #9F9F9F. Windows color (decimal): -12396178 or 7264578. OLE color: 7264578.

HSL color Cylindrical-coordinate representation of color #42D96E: hue angle of 137.48º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42D96E is Cyan = 0.70, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB66217110-
CMYK0.7000.490.15
HSL137.48º66.52%55.49%-
HSV(B)137.48º69.59%85.1%-
XYZ29.8751.9123.2-
YUV159.6599.9761.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.79%
GREEN value IS 217 (85.16% from 255) = 55.22%
BLUE value IS 110 (43.36% from 255) = 27.99%
R=16.79%
G=55.22%
B=27.99%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal662171100.7000.490.15137.4866.5255.49
Hex42D96E46031F894337
Octal1023311561060611721110367
Binary1000010110110011101110100011001100011111100010011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42D96E; }

 p { color: rgb(66,217,110); }

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

<style>
 a { background-color: #42D96E; }

 a { background-color: rgb(66,217,110); }

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

<style>
 span { border-color: #42D96E; }

 span { border-color: rgb(66,217,110); }

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