Shades of Screamin' Green #62FF80
Tints of Screamin' Green #62FF80
RGB
CMYK
RGB Variations
Color information
#62FF80 (or 0x62FF80) is known color: Screamin' Green. HEX triplet: 62, FF and 80. RGB value is (98,255,128). Sum of RGB (Red+Green+Blue) = 98+255+128=481 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.37% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #62FF80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #62FF80 is #9D007F. Grayscale: #C1C1C1. Windows color (decimal): -10289280 or 8453986. OLE color: 8453986.
HSL color Cylindrical-coordinate representation of color #62FF80: hue angle of 131.46º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62FF80 is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 255 | 128 | - |
| CMYK | 0.62 | 0 | 0.50 | 0 |
| HSL | 131.47º | 1% | 0.69% | - |
| HSV(B) | 131.47º | 0.62% | 1% | - |
| XYZ | 44.69 | 75.68 | 32.67 | - |
| YUV | 193.58 | 90.99 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 255 | 128 | 0.62 | 0 | 0.50 | 0 | 131.47 | 1 | 0.69 |
| Hex | 62 | FF | 80 | 3E | 0 | 32 | 0 | 83 | 64 | 45 |
| Octal | 142 | 377 | 200 | 76 | 0 | 62 | 0 | 203 | 144 | 105 |
| Binary | 1100010 | 11111111 | 10000000 | 111110 | 0 | 110010 | 0 | 10000011 | 1100100 | 1000101 |
Color Harmonies of #62FF80
Complementary color
Monochromatic Colors of #62FF80
Black with #62FF80
Text Example
Text Example
White with #62FF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62FF80; }
p { color: rgb(98,255,128); }
H1.HeaderClassName
{
color: #62FF80;
}
.AnyTagClassName
{
color: #62FF80;
}
</style>
background-color css
<style>
a { background-color: #62FF80; }
a { background-color: rgb(98,255,128); }
div.DivClassName
{
background-color: #62FF80;
}
.BgClassName
{
background-color: #62FF80;
}
</style>
border-color css
<style>
span { border-color: #62FF80; }
span { border-color: rgb(98,255,128); }
td.TdClassName
{
border-color: #62FF80;
}
.TagClassName
{
border-color: #62FF80;
}
</style>