#42CB76

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

Shades of Emerald #42CB76

Tints of Emerald #42CB76

Color information

#42CB76 (or 0x42CB76) is unknown color: approx Emerald. HEX triplet: 42, CB and 76. RGB value is (66,203,118). Sum of RGB (Red+Green+Blue) = 66+203+118=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 203 (79.69% from 255 or 52.45% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CB76 is #BD3489. Grayscale: #989898. Windows color (decimal): -12399754 or 7785282. OLE color: 7785282.

HSL color Cylindrical-coordinate representation of color #42CB76: hue angle of 142.77º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CB76 is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB66203118-
CMYK0.6700.420.20
HSL142.77º56.85%52.75%-
HSV(B)142.77º67.49%79.61%-
XYZ26.8745.1824.44-
YUV152.35108.6166.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.05%
GREEN value IS 203 (79.69% from 255) = 52.45%
BLUE value IS 118 (46.48% from 255) = 30.49%
R=17.05%
G=52.45%
B=30.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal662031180.6700.420.20142.7756.8552.75
Hex42CB764302A148f3935
Octal102313166103052242177165
Binary1000010110010111110110100001101010101010010001111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,203,118); }

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

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

 a { background-color: rgb(66,203,118); }

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

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

 span { border-color: rgb(66,203,118); }

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