#42E96E

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

Shades of Emerald #42E96E

Tints of Emerald #42E96E

Color information

#42E96E (or 0x42E96E) is unknown color: approx Emerald. HEX triplet: 42, E9 and 6E. RGB value is (66,233,110). Sum of RGB (Red+Green+Blue) = 66+233+110=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 233 (91.41% from 255 or 56.97% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 233 - color contains mainly: green. Hex color #42E96E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E96E is #BD1691. Grayscale: #A9A9A9. Windows color (decimal): -12392082 or 7268674. OLE color: 7268674.

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

Color convert

RGB66233110-
CMYK0.7200.530.09
HSL135.81º79.15%58.63%-
HSV(B)135.81º71.67%91.37%-
XYZ34.260.5624.64-
YUV169.0494.6754.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.14%
GREEN value IS 233 (91.41% from 255) = 56.97%
BLUE value IS 110 (43.36% from 255) = 26.89%
R=16.14%
G=56.97%
B=26.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal662331100.7200.530.09135.8179.1558.63
Hex42E96E480359884f3b
Octal1023511561100651121011773
Binary1000010111010011101110100100001101011001100010001001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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