#42F286

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

Shades of Emerald #42F286

Tints of Emerald #42F286

Color information

#42F286 (or 0x42F286) is unknown color: approx Emerald. HEX triplet: 42, F2 and 86. RGB value is (66,242,134). Sum of RGB (Red+Green+Blue) = 66+242+134=442 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.93% from 442); Green value is 242 (94.92% from 255 or 54.75% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 242 - color contains mainly: green. Hex color #42F286 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F286 is #BD0D79. Grayscale: #B1B1B1. Windows color (decimal): -12389754 or 8843842. OLE color: 8843842.

HSL color Cylindrical-coordinate representation of color #42F286: hue angle of 143.18º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F286 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB66242134-
CMYK0.7300.450.05
HSL143.18º87.13%60.39%-
HSV(B)143.18º72.73%94.9%-
XYZ38.366.3833.35-
YUV177.06103.6948.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.93%
GREEN value IS 242 (94.92% from 255) = 54.75%
BLUE value IS 134 (52.73% from 255) = 30.32%
R=14.93%
G=54.75%
B=30.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal662421340.7300.450.05143.1887.1360.39
Hex42F2864902D58f573c
Octal102362206111055521712774
Binary1000010111100101000011010010010101101101100011111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,242,134); }

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

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

 a { background-color: rgb(66,242,134); }

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

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

 span { border-color: rgb(66,242,134); }

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