#42CE57

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

Shades of Emerald #42CE57

Tints of Emerald #42CE57

Color information

#42CE57 (or 0x42CE57) is unknown color: approx Emerald. HEX triplet: 42, CE and 57. RGB value is (66,206,87). Sum of RGB (Red+Green+Blue) = 66+206+87=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 206 (80.86% from 255 or 57.38% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 206 - color contains mainly: green. Hex color #42CE57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CE57 is #BD31A8. Grayscale: #969696. Windows color (decimal): -12399017 or 5754434. OLE color: 5754434.

HSL color Cylindrical-coordinate representation of color #42CE57: hue angle of 129º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CE57 is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB6620687-
CMYK0.6800.580.19
HSL129º58.82%53.33%-
HSV(B)129º67.96%80.78%-
XYZ26.0445.9916.52-
YUV150.5792.1267.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.38%
GREEN value IS 206 (80.86% from 255) = 57.38%
BLUE value IS 87 (34.38% from 255) = 24.23%
R=18.38%
G=57.38%
B=24.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal66206870.6800.580.1912958.8253.33
Hex42CE574403A13813b35
Octal102316127104072232017365
Binary1000010110011101010111100010001110101001110000001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,206,87); }

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

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

 a { background-color: rgb(66,206,87); }

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

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

 span { border-color: rgb(66,206,87); }

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