Shades of Screamin' Green #62FF49
Tints of Screamin' Green #62FF49
RGB
CMYK
RGB Variations
Color information
#62FF49 (or 0x62FF49) is known color: Screamin' Green. HEX triplet: 62, FF and 49. RGB value is (98,255,73). Sum of RGB (Red+Green+Blue) = 98+255+73=426 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.00% from 426); Green value is 255 (100% from 255 or 59.86% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 255 - color contains mainly: green. Hex color #62FF49 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #62FF49 is #9D00B6. Grayscale: #BBBBBB. Windows color (decimal): -10289335 or 4849506. OLE color: 4849506.
HSL color Cylindrical-coordinate representation of color #62FF49: hue angle of 111.76º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #62FF49 is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 255 | 73 | - |
| CMYK | 0.62 | 0 | 0.71 | 0 |
| HSL | 111.76º | 1% | 0.64% | - |
| HSV(B) | 111.76º | 0.71% | 1% | - |
| XYZ | 42 | 74.6 | 18.49 | - |
| YUV | 187.31 | 63.49 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 255 | 73 | 0.62 | 0 | 0.71 | 0 | 111.76 | 1 | 0.64 |
| Hex | 62 | FF | 49 | 3E | 0 | 47 | 0 | 70 | 64 | 40 |
| Octal | 142 | 377 | 111 | 76 | 0 | 107 | 0 | 160 | 144 | 100 |
| Binary | 1100010 | 11111111 | 1001001 | 111110 | 0 | 1000111 | 0 | 1110000 | 1100100 | 1000000 |
Color Harmonies of #62FF49
Complementary color
Monochromatic Colors of #62FF49
Black with #62FF49
Text Example
Text Example
White with #62FF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62FF49; }
p { color: rgb(98,255,73); }
H1.HeaderClassName
{
color: #62FF49;
}
.AnyTagClassName
{
color: #62FF49;
}
</style>
background-color css
<style>
a { background-color: #62FF49; }
a { background-color: rgb(98,255,73); }
div.DivClassName
{
background-color: #62FF49;
}
.BgClassName
{
background-color: #62FF49;
}
</style>
border-color css
<style>
span { border-color: #62FF49; }
span { border-color: rgb(98,255,73); }
td.TdClassName
{
border-color: #62FF49;
}
.TagClassName
{
border-color: #62FF49;
}
</style>