#42D05F

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

Shades of Emerald #42D05F

Tints of Emerald #42D05F

Color information

#42D05F (or 0x42D05F) is unknown color: approx Emerald. HEX triplet: 42, D0 and 5F. RGB value is (66,208,95). Sum of RGB (Red+Green+Blue) = 66+208+95=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 208 (81.64% from 255 or 56.37% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 208 - color contains mainly: green. Hex color #42D05F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D05F is #BD2FA0. Grayscale: #989898. Windows color (decimal): -12398497 or 6279234. OLE color: 6279234.

HSL color Cylindrical-coordinate representation of color #42D05F: hue angle of 132.25º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D05F is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB6620895-
CMYK0.6800.540.18
HSL132.25º60.17%53.73%-
HSV(B)132.25º68.27%81.57%-
XYZ26.8747.118.5-
YUV152.6695.4666.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.89%
GREEN value IS 208 (81.64% from 255) = 56.37%
BLUE value IS 95 (37.5% from 255) = 25.75%
R=17.89%
G=56.37%
B=25.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal66208950.6800.540.18132.2560.1753.73
Hex42D05F4403612843c36
Octal102320137104066222047466
Binary1000010110100001011111100010001101101001010000100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,208,95); }

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

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

 a { background-color: rgb(66,208,95); }

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

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

 span { border-color: rgb(66,208,95); }

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