Shades of Screamin' Green #64F974
Tints of Screamin' Green #64F974
RGB
CMYK
RGB Variations
Color information
#64F974 (or 0x64F974) is known color: Screamin' Green. HEX triplet: 64, F9 and 74. RGB value is (100,249,116). Sum of RGB (Red+Green+Blue) = 100+249+116=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 249 (97.66% from 255 or 53.55% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 249 - color contains mainly: green. Hex color #64F974 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64F974 is #9B068B. Grayscale: #BDBDBD. Windows color (decimal): -10159756 or 7666020. OLE color: 7666020.
HSL color Cylindrical-coordinate representation of color #64F974: hue angle of 126.44º 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 #64F974 is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 249 | 116 | - |
| CMYK | 0.60 | 0 | 0.53 | 0.02 |
| HSL | 126.44º | 0.93% | 0.68% | - |
| HSV(B) | 126.44º | 0.6% | 0.98% | - |
| XYZ | 42.28 | 71.72 | 28.14 | - |
| YUV | 189.29 | 86.64 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 249 | 116 | 0.60 | 0 | 0.53 | 0.02 | 126.44 | 0.93 | 0.68 |
| Hex | 64 | F9 | 74 | 3C | 0 | 35 | 2 | 7E | 5D | 44 |
| Octal | 144 | 371 | 164 | 74 | 0 | 65 | 2 | 176 | 135 | 104 |
| Binary | 1100100 | 11111001 | 1110100 | 111100 | 0 | 110101 | 10 | 1111110 | 1011101 | 1000100 |
Color Harmonies of #64F974
Complementary color
Monochromatic Colors of #64F974
Black with #64F974
Text Example
Text Example
White with #64F974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F974; }
p { color: rgb(100,249,116); }
H1.HeaderClassName
{
color: #64F974;
}
.AnyTagClassName
{
color: #64F974;
}
</style>
background-color css
<style>
a { background-color: #64F974; }
a { background-color: rgb(100,249,116); }
div.DivClassName
{
background-color: #64F974;
}
.BgClassName
{
background-color: #64F974;
}
</style>
border-color css
<style>
span { border-color: #64F974; }
span { border-color: rgb(100,249,116); }
td.TdClassName
{
border-color: #64F974;
}
.TagClassName
{
border-color: #64F974;
}
</style>