#42E96C

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

Shades of Emerald #42E96C

Tints of Emerald #42E96C

Color information

#42E96C (or 0x42E96C) is unknown color: approx Emerald. HEX triplet: 42, E9 and 6C. RGB value is (66,233,108). Sum of RGB (Red+Green+Blue) = 66+233+108=407 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.22% from 407); Green value is 233 (91.41% from 255 or 57.25% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 233 - color contains mainly: green. Hex color #42E96C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E96C is #BD1693. Grayscale: #A9A9A9. Windows color (decimal): -12392084 or 7137602. OLE color: 7137602.

HSL color Cylindrical-coordinate representation of color #42E96C: hue angle of 135.09º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E96C is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB66233108-
CMYK0.7200.540.09
HSL135.09º79.15%58.63%-
HSV(B)135.09º71.67%91.37%-
XYZ34.0960.5224.07-
YUV168.8293.6754.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.22%
GREEN value IS 233 (91.41% from 255) = 57.25%
BLUE value IS 108 (42.58% from 255) = 26.54%
R=16.22%
G=57.25%
B=26.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal662331080.7200.540.09135.0979.1558.63
Hex42E96C480369874f3b
Octal1023511541100661120711773
Binary1000010111010011101100100100001101101001100001111001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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