#42d772

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

Shades of Emerald #42D772

Tints of Emerald #42D772

Color information

#42D772 (or 0x42D772) is unknown color: approx Emerald. HEX triplet: 42, D7 and 72. RGB value is (66,215,114). Sum of RGB (Red+Green+Blue) = 66+215+114=395 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.71% from 395); Green value is 215 (84.38% from 255 or 54.43% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 215 - color contains mainly: green. Hex color #42D772 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D772 is #BD288D. Grayscale: #9F9F9F. Windows color (decimal): -12396686 or 7526210. OLE color: 7526210.

HSL color Cylindrical-coordinate representation of color #42D772: hue angle of 139.33º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D772 is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB66215114-
CMYK0.6900.470.16
HSL139.33º65.07%55.1%-
HSV(B)139.33º69.3%84.31%-
XYZ29.5850.9724.2-
YUV158.94102.6461.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.71%
GREEN value IS 215 (84.38% from 255) = 54.43%
BLUE value IS 114 (44.92% from 255) = 28.86%
R=16.71%
G=54.43%
B=28.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal662151140.6900.470.16139.3365.0755.1
Hex42D7724502F108b4137
Octal1023271621050572021310167
Binary10000101101011111100101000101010111110000100010111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42d772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,215,114); }

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

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

 a { background-color: rgb(66,215,114); }

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

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

 span { border-color: rgb(66,215,114); }

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