Shades of Screamin' Green #64F960
Tints of Screamin' Green #64F960
RGB
CMYK
RGB Variations
Color information
#64F960 (or 0x64F960) is known color: Screamin' Green. HEX triplet: 64, F9 and 60. RGB value is (100,249,96). Sum of RGB (Red+Green+Blue) = 100+249+96=445 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.47% from 445); Green value is 249 (97.66% from 255 or 55.96% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 249 - color contains mainly: green. Hex color #64F960 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64F960 is #9B069F. Grayscale: #BBBBBB. Windows color (decimal): -10159776 or 6355300. OLE color: 6355300.
HSL color Cylindrical-coordinate representation of color #64F960: hue angle of 118.43º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64F960 is Cyan = 0.60, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 249 | 96 | - |
| CMYK | 0.60 | 0 | 0.61 | 0.02 |
| HSL | 118.43º | 0.93% | 0.68% | - |
| HSV(B) | 118.43º | 0.61% | 0.98% | - |
| XYZ | 41.24 | 71.31 | 22.66 | - |
| YUV | 187.01 | 76.64 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 249 | 96 | 0.60 | 0 | 0.61 | 0.02 | 118.43 | 0.93 | 0.68 |
| Hex | 64 | F9 | 60 | 3C | 0 | 3D | 2 | 76 | 5D | 44 |
| Octal | 144 | 371 | 140 | 74 | 0 | 75 | 2 | 166 | 135 | 104 |
| Binary | 1100100 | 11111001 | 1100000 | 111100 | 0 | 111101 | 10 | 1110110 | 1011101 | 1000100 |
Color Harmonies of #64F960
Complementary color
Monochromatic Colors of #64F960
Black with #64F960
Text Example
Text Example
White with #64F960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F960; }
p { color: rgb(100,249,96); }
H1.HeaderClassName
{
color: #64F960;
}
.AnyTagClassName
{
color: #64F960;
}
</style>
background-color css
<style>
a { background-color: #64F960; }
a { background-color: rgb(100,249,96); }
div.DivClassName
{
background-color: #64F960;
}
.BgClassName
{
background-color: #64F960;
}
</style>
border-color css
<style>
span { border-color: #64F960; }
span { border-color: rgb(100,249,96); }
td.TdClassName
{
border-color: #64F960;
}
.TagClassName
{
border-color: #64F960;
}
</style>