#42E96B

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

Shades of Emerald #42E96B

Tints of Emerald #42E96B

Color information

#42E96B (or 0x42E96B) is unknown color: approx Emerald. HEX triplet: 42, E9 and 6B. RGB value is (66,233,107). Sum of RGB (Red+Green+Blue) = 66+233+107=406 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.26% from 406); Green value is 233 (91.41% from 255 or 57.39% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 233 - color contains mainly: green. Hex color #42E96B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E96B is #BD1694. Grayscale: #A9A9A9. Windows color (decimal): -12392085 or 7072066. OLE color: 7072066.

HSL color Cylindrical-coordinate representation of color #42E96B: hue angle of 134.73º 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 #42E96B is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB66233107-
CMYK0.7200.540.09
HSL134.73º79.15%58.63%-
HSV(B)134.73º71.67%91.37%-
XYZ34.0460.523.79-
YUV168.793.1754.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.26%
GREEN value IS 233 (91.41% from 255) = 57.39%
BLUE value IS 107 (42.19% from 255) = 26.35%
R=16.26%
G=57.39%
B=26.35%

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
Decimal662331070.7200.540.09134.7379.1558.63
Hex42E96B480369874f3b
Octal1023511531100661120711773
Binary1000010111010011101011100100001101101001100001111001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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