Shades of Screamin' Green #64F982
Tints of Screamin' Green #64F982
RGB
CMYK
RGB Variations
Color information
#64F982 (or 0x64F982) is known color: Screamin' Green. HEX triplet: 64, F9 and 82. RGB value is (100,249,130). Sum of RGB (Red+Green+Blue) = 100+249+130=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 249 (97.66% from 255 or 51.98% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 249 - color contains mainly: green. Hex color #64F982 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F982 is #9B067D. Grayscale: #BFBFBF. Windows color (decimal): -10159742 or 8583524. OLE color: 8583524.
HSL color Cylindrical-coordinate representation of color #64F982: hue angle of 132.08º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F982 is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 249 | 130 | - |
| CMYK | 0.60 | 0 | 0.48 | 0.02 |
| HSL | 132.08º | 0.93% | 0.68% | - |
| HSV(B) | 132.08º | 0.6% | 0.98% | - |
| XYZ | 43.16 | 72.07 | 32.76 | - |
| YUV | 190.88 | 93.64 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 249 | 130 | 0.60 | 0 | 0.48 | 0.02 | 132.08 | 0.93 | 0.68 |
| Hex | 64 | F9 | 82 | 3C | 0 | 30 | 2 | 84 | 5D | 44 |
| Octal | 144 | 371 | 202 | 74 | 0 | 60 | 2 | 204 | 135 | 104 |
| Binary | 1100100 | 11111001 | 10000010 | 111100 | 0 | 110000 | 10 | 10000100 | 1011101 | 1000100 |
Color Harmonies of #64F982
Complementary color
Monochromatic Colors of #64F982
Black with #64F982
Text Example
Text Example
White with #64F982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F982; }
p { color: rgb(100,249,130); }
H1.HeaderClassName
{
color: #64F982;
}
.AnyTagClassName
{
color: #64F982;
}
</style>
background-color css
<style>
a { background-color: #64F982; }
a { background-color: rgb(100,249,130); }
div.DivClassName
{
background-color: #64F982;
}
.BgClassName
{
background-color: #64F982;
}
</style>
border-color css
<style>
span { border-color: #64F982; }
span { border-color: rgb(100,249,130); }
td.TdClassName
{
border-color: #64F982;
}
.TagClassName
{
border-color: #64F982;
}
</style>