Shades of Screamin' Green #64F96B
Tints of Screamin' Green #64F96B
RGB
CMYK
RGB Variations
Color information
#64F96B (or 0x64F96B) is known color: Screamin' Green. HEX triplet: 64, F9 and 6B. RGB value is (100,249,107). Sum of RGB (Red+Green+Blue) = 100+249+107=456 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.93% from 456); Green value is 249 (97.66% from 255 or 54.61% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 249 - color contains mainly: green. Hex color #64F96B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64F96B is #9B0694. Grayscale: #BCBCBC. Windows color (decimal): -10159765 or 7076196. OLE color: 7076196.
HSL color Cylindrical-coordinate representation of color #64F96B: hue angle of 122.82º 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 #64F96B is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 249 | 107 | - |
| CMYK | 0.60 | 0 | 0.57 | 0.02 |
| HSL | 122.82º | 0.93% | 0.68% | - |
| HSV(B) | 122.82º | 0.6% | 0.98% | - |
| XYZ | 41.79 | 71.52 | 25.51 | - |
| YUV | 188.26 | 82.14 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 249 | 107 | 0.60 | 0 | 0.57 | 0.02 | 122.82 | 0.93 | 0.68 |
| Hex | 64 | F9 | 6B | 3C | 0 | 39 | 2 | 7B | 5D | 44 |
| Octal | 144 | 371 | 153 | 74 | 0 | 71 | 2 | 173 | 135 | 104 |
| Binary | 1100100 | 11111001 | 1101011 | 111100 | 0 | 111001 | 10 | 1111011 | 1011101 | 1000100 |
Color Harmonies of #64F96B
Complementary color
Monochromatic Colors of #64F96B
Black with #64F96B
Text Example
Text Example
White with #64F96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F96B; }
p { color: rgb(100,249,107); }
H1.HeaderClassName
{
color: #64F96B;
}
.AnyTagClassName
{
color: #64F96B;
}
</style>
background-color css
<style>
a { background-color: #64F96B; }
a { background-color: rgb(100,249,107); }
div.DivClassName
{
background-color: #64F96B;
}
.BgClassName
{
background-color: #64F96B;
}
</style>
border-color css
<style>
span { border-color: #64F96B; }
span { border-color: rgb(100,249,107); }
td.TdClassName
{
border-color: #64F96B;
}
.TagClassName
{
border-color: #64F96B;
}
</style>