#42F070

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

Shades of Emerald #42F070

Tints of Emerald #42F070

Color information

#42F070 (or 0x42F070) is unknown color: approx Emerald. HEX triplet: 42, F0 and 70. RGB value is (66,240,112). Sum of RGB (Red+Green+Blue) = 66+240+112=418 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.79% from 418); Green value is 240 (94.14% from 255 or 57.42% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 240 - color contains mainly: green. Hex color #42F070 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F070 is #BD0F8F. Grayscale: #ADADAD. Windows color (decimal): -12390288 or 7401538. OLE color: 7401538.

HSL color Cylindrical-coordinate representation of color #42F070: hue angle of 135.86º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F070 is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB66240112-
CMYK0.7200.530.06
HSL135.86º85.29%60%-
HSV(B)135.86º72.5%94.12%-
XYZ36.3364.6525.89-
YUV173.3893.3551.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.79%
GREEN value IS 240 (94.14% from 255) = 57.42%
BLUE value IS 112 (44.14% from 255) = 26.79%
R=15.79%
G=57.42%
B=26.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal662401120.7200.530.06135.8685.2960
Hex42F07048035688553c
Octal102360160110065621012574
Binary100001011110000111000010010000110101110100010001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,240,112); }

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

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

 a { background-color: rgb(66,240,112); }

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

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

 span { border-color: rgb(66,240,112); }

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