#42CB75

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

Shades of Emerald #42CB75

Tints of Emerald #42CB75

Color information

#42CB75 (or 0x42CB75) is unknown color: approx Emerald. HEX triplet: 42, CB and 75. RGB value is (66,203,117). Sum of RGB (Red+Green+Blue) = 66+203+117=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 203 (79.69% from 255 or 52.59% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CB75 is #BD348A. Grayscale: #989898. Windows color (decimal): -12399755 or 7719746. OLE color: 7719746.

HSL color Cylindrical-coordinate representation of color #42CB75: hue angle of 142.34º 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 #42CB75 is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB66203117-
CMYK0.6700.420.20
HSL142.34º56.85%52.75%-
HSV(B)142.34º67.49%79.61%-
XYZ26.8145.1524.13-
YUV152.23108.1166.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.10%
GREEN value IS 203 (79.69% from 255) = 52.59%
BLUE value IS 117 (46.09% from 255) = 30.31%
R=17.10%
G=52.59%
B=30.31%

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
Decimal662031170.6700.420.20142.3456.8552.75
Hex42CB754302A148e3935
Octal102313165103052242167165
Binary1000010110010111110101100001101010101010010001110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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