#42F486

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

Shades of Emerald #42F486

Tints of Emerald #42F486

Color information

#42F486 (or 0x42F486) is unknown color: approx Emerald. HEX triplet: 42, F4 and 86. RGB value is (66,244,134). Sum of RGB (Red+Green+Blue) = 66+244+134=444 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.86% from 444); Green value is 244 (95.70% from 255 or 54.95% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 244 - color contains mainly: green. Hex color #42F486 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F486 is #BD0B79. Grayscale: #B2B2B2. Windows color (decimal): -12389242 or 8844354. OLE color: 8844354.

HSL color Cylindrical-coordinate representation of color #42F486: hue angle of 142.92º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F486 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB66244134-
CMYK0.7300.450.04
HSL142.92º89%60.78%-
HSV(B)142.92º72.95%95.69%-
XYZ38.967.5833.55-
YUV178.24103.0347.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.86%
GREEN value IS 244 (95.70% from 255) = 54.95%
BLUE value IS 134 (52.73% from 255) = 30.18%
R=14.86%
G=54.95%
B=30.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal662441340.7300.450.04142.928960.78
Hex42F4864902D48f593d
Octal102364206111055421713175
Binary1000010111101001000011010010010101101100100011111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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