#42FC86

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

Shades of Emerald #42FC86

Tints of Emerald #42FC86

Color information

#42FC86 (or 0x42FC86) is unknown color: approx Emerald. HEX triplet: 42, FC and 86. RGB value is (66,252,134). Sum of RGB (Red+Green+Blue) = 66+252+134=452 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.60% from 452); Green value is 252 (98.83% from 255 or 55.75% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 252 - color contains mainly: green. Hex color #42FC86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FC86 is #BD0379. Grayscale: #B7B7B7. Windows color (decimal): -12387194 or 8846402. OLE color: 8846402.

HSL color Cylindrical-coordinate representation of color #42FC86: hue angle of 141.94º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FC86 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB66252134-
CMYK0.7400.470.01
HSL141.94º96.88%62.35%-
HSV(B)141.94º73.81%98.82%-
XYZ41.3672.534.37-
YUV182.93100.3844.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.60%
GREEN value IS 252 (98.83% from 255) = 55.75%
BLUE value IS 134 (52.73% from 255) = 29.65%
R=14.60%
G=55.75%
B=29.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal662521340.7400.470.01141.9496.8862.35
Hex42FC864A02F18e613e
Octal102374206112057121614176
Binary10000101111110010000110100101001011111100011101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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