#42E96F

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

Shades of Emerald #42E96F

Tints of Emerald #42E96F

Color information

#42E96F (or 0x42E96F) is unknown color: approx Emerald. HEX triplet: 42, E9 and 6F. RGB value is (66,233,111). Sum of RGB (Red+Green+Blue) = 66+233+111=410 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.10% from 410); Green value is 233 (91.41% from 255 or 56.83% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 233 - color contains mainly: green. Hex color #42E96F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E96F is #BD1690. Grayscale: #A9A9A9. Windows color (decimal): -12392081 or 7334210. OLE color: 7334210.

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

Color convert

RGB66233111-
CMYK0.7200.520.09
HSL136.17º79.15%58.63%-
HSV(B)136.17º71.67%91.37%-
XYZ34.2560.5824.93-
YUV169.1695.1754.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.10%
GREEN value IS 233 (91.41% from 255) = 56.83%
BLUE value IS 111 (43.75% from 255) = 27.07%
R=16.10%
G=56.83%
B=27.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal662331110.7200.520.09136.1779.1558.63
Hex42E96F480349884f3b
Octal1023511571100641121011773
Binary1000010111010011101111100100001101001001100010001001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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