#42F981

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

Shades of Emerald #42F981

Tints of Emerald #42F981

Color information

#42F981 (or 0x42F981) is unknown color: approx Emerald. HEX triplet: 42, F9 and 81. RGB value is (66,249,129). Sum of RGB (Red+Green+Blue) = 66+249+129=444 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.86% from 444); Green value is 249 (97.66% from 255 or 56.08% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 249 - color contains mainly: green. Hex color #42F981 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F981 is #BD067E. Grayscale: #B4B4B4. Windows color (decimal): -12387967 or 8517954. OLE color: 8517954.

HSL color Cylindrical-coordinate representation of color #42F981: hue angle of 140.66º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F981 is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB66249129-
CMYK0.7300.480.02
HSL140.66º93.85%61.76%-
HSV(B)140.66º73.49%97.65%-
XYZ40.0870.4932.26-
YUV180.698.8746.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.86%
GREEN value IS 249 (97.66% from 255) = 56.08%
BLUE value IS 129 (50.78% from 255) = 29.05%
R=14.86%
G=56.08%
B=29.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal662491290.7300.480.02140.6693.8561.76
Hex42F9814903028d5e3e
Octal102371201111060221513676
Binary100001011111001100000011001001011000010100011011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42F981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,249,129); }

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

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

 a { background-color: rgb(66,249,129); }

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

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

 span { border-color: rgb(66,249,129); }

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