Shades of Emerald #42FA80
Tints of Emerald #42FA80
RGB
CMYK
RGB Variations
Color information
#42FA80 (or 0x42FA80) is known color: Emerald. HEX triplet: 42, FA and 80. RGB value is (66,250,128). Sum of RGB (Red+Green+Blue) = 66+250+128=444 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.86% from 444); Green value is 250 (98.05% from 255 or 56.31% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 250 - color contains mainly: green. Hex color #42FA80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FA80 is #BD057F. Grayscale: #B5B5B5. Windows color (decimal): -12387712 or 8452674. OLE color: 8452674.
HSL color Cylindrical-coordinate representation of color #42FA80: hue angle of 140.22º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FA80 is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 250 | 128 | - |
| CMYK | 0.74 | 0 | 0.49 | 0.02 |
| HSL | 140.22º | 0.95% | 0.62% | - |
| HSV(B) | 140.22º | 0.74% | 0.98% | - |
| XYZ | 40.33 | 71.09 | 32.02 | - |
| YUV | 181.08 | 98.04 | 45.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 250 | 128 | 0.74 | 0 | 0.49 | 0.02 | 140.22 | 0.95 | 0.62 |
| Hex | 42 | FA | 80 | 4A | 0 | 31 | 2 | 8C | 5F | 3E |
| Octal | 102 | 372 | 200 | 112 | 0 | 61 | 2 | 214 | 137 | 76 |
| Binary | 1000010 | 11111010 | 10000000 | 1001010 | 0 | 110001 | 10 | 10001100 | 1011111 | 111110 |
Color Harmonies of #42FA80
Complementary color
Monochromatic Colors of #42FA80
Black with #42FA80
Text Example
Text Example
White with #42FA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FA80; }
p { color: rgb(66,250,128); }
H1.HeaderClassName
{
color: #42FA80;
}
.AnyTagClassName
{
color: #42FA80;
}
</style>
background-color css
<style>
a { background-color: #42FA80; }
a { background-color: rgb(66,250,128); }
div.DivClassName
{
background-color: #42FA80;
}
.BgClassName
{
background-color: #42FA80;
}
</style>
border-color css
<style>
span { border-color: #42FA80; }
span { border-color: rgb(66,250,128); }
td.TdClassName
{
border-color: #42FA80;
}
.TagClassName
{
border-color: #42FA80;
}
</style>