#42e06c

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

Shades of Emerald #42E06C

Tints of Emerald #42E06C

Color information

#42E06C (or 0x42E06C) is unknown color: approx Emerald. HEX triplet: 42, E0 and 6C. RGB value is (66,224,108). Sum of RGB (Red+Green+Blue) = 66+224+108=398 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.58% from 398); Green value is 224 (87.89% from 255 or 56.28% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 224 - color contains mainly: green. Hex color #42E06C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42E06C is #BD1F93. Grayscale: #A3A3A3. Windows color (decimal): -12394388 or 7135298. OLE color: 7135298.

HSL color Cylindrical-coordinate representation of color #42E06C: hue angle of 135.95º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E06C is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB66224108-
CMYK0.7100.520.12
HSL135.95º71.82%56.86%-
HSV(B)135.95º70.54%87.84%-
XYZ31.6155.5523.24-
YUV163.5396.6558.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.58%
GREEN value IS 224 (87.89% from 255) = 56.28%
BLUE value IS 108 (42.58% from 255) = 27.14%
R=16.58%
G=56.28%
B=27.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal662241080.7100.520.12135.9571.8256.86
Hex42E06C47034C884839
Octal1023401541070641421011071
Binary1000010111000001101100100011101101001100100010001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42e06c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,224,108); }

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

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

 a { background-color: rgb(66,224,108); }

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

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

 span { border-color: rgb(66,224,108); }

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