#42E26F

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

Shades of Emerald #42E26F

Tints of Emerald #42E26F

Color information

#42E26F (or 0x42E26F) is unknown color: approx Emerald. HEX triplet: 42, E2 and 6F. RGB value is (66,226,111). Sum of RGB (Red+Green+Blue) = 66+226+111=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 226 (88.67% from 255 or 56.08% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 226 - color contains mainly: green. Hex color #42E26F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42E26F is #BD1D90. Grayscale: #A5A5A5. Windows color (decimal): -12393873 or 7332418. OLE color: 7332418.

HSL color Cylindrical-coordinate representation of color #42E26F: hue angle of 136.88º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E26F is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB66226111-
CMYK0.7100.510.11
HSL136.88º73.39%57.25%-
HSV(B)136.88º70.8%88.63%-
XYZ32.3156.724.28-
YUV165.0597.4957.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.38%
GREEN value IS 226 (88.67% from 255) = 56.08%
BLUE value IS 111 (43.75% from 255) = 27.54%
R=16.38%
G=56.08%
B=27.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal662261110.7100.510.11136.8873.3957.25
Hex42E26F47033B894939
Octal1023421571070631321111171
Binary1000010111000101101111100011101100111011100010011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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