Shades of Screamin' Green #42FC80
Tints of Screamin' Green #42FC80
RGB
CMYK
RGB Variations
Color information
#42FC80 (or 0x42FC80) is known color: Screamin' Green. HEX triplet: 42, FC and 80. RGB value is (66,252,128). Sum of RGB (Red+Green+Blue) = 66+252+128=446 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.80% from 446); Green value is 252 (98.83% from 255 or 56.50% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 252 - color contains mainly: green. Hex color #42FC80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FC80 is #BD037F. Grayscale: #B6B6B6. Windows color (decimal): -12387200 or 8453186. OLE color: 8453186.
HSL color Cylindrical-coordinate representation of color #42FC80: hue angle of 140º 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 #42FC80 is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 252 | 128 | - |
| CMYK | 0.74 | 0 | 0.49 | 0.01 |
| HSL | 140º | 0.97% | 0.62% | - |
| HSV(B) | 140º | 0.74% | 0.99% | - |
| XYZ | 40.95 | 72.34 | 32.23 | - |
| YUV | 182.25 | 97.38 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 252 | 128 | 0.74 | 0 | 0.49 | 0.01 | 140 | 0.97 | 0.62 |
| Hex | 42 | FC | 80 | 4A | 0 | 31 | 1 | 8C | 61 | 3E |
| Octal | 102 | 374 | 200 | 112 | 0 | 61 | 1 | 214 | 141 | 76 |
| Binary | 1000010 | 11111100 | 10000000 | 1001010 | 0 | 110001 | 1 | 10001100 | 1100001 | 111110 |
Color Harmonies of #42FC80
Complementary color
Monochromatic Colors of #42FC80
Black with #42FC80
Text Example
Text Example
White with #42FC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FC80; }
p { color: rgb(66,252,128); }
H1.HeaderClassName
{
color: #42FC80;
}
.AnyTagClassName
{
color: #42FC80;
}
</style>
background-color css
<style>
a { background-color: #42FC80; }
a { background-color: rgb(66,252,128); }
div.DivClassName
{
background-color: #42FC80;
}
.BgClassName
{
background-color: #42FC80;
}
</style>
border-color css
<style>
span { border-color: #42FC80; }
span { border-color: rgb(66,252,128); }
td.TdClassName
{
border-color: #42FC80;
}
.TagClassName
{
border-color: #42FC80;
}
</style>