Shades of Screamin' Green #64F86B
Tints of Screamin' Green #64F86B
RGB
CMYK
RGB Variations
Color information
#64F86B (or 0x64F86B) is known color: Screamin' Green. HEX triplet: 64, F8 and 6B. RGB value is (100,248,107). Sum of RGB (Red+Green+Blue) = 100+248+107=455 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.98% from 455); Green value is 248 (97.27% from 255 or 54.51% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 248 - color contains mainly: green. Hex color #64F86B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64F86B is #9B0794. Grayscale: #BCBCBC. Windows color (decimal): -10160021 or 7075940. OLE color: 7075940.
HSL color Cylindrical-coordinate representation of color #64F86B: hue angle of 122.84º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F86B is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 248 | 107 | - |
| CMYK | 0.60 | 0 | 0.57 | 0.03 |
| HSL | 122.84º | 0.91% | 0.68% | - |
| HSV(B) | 122.84º | 0.6% | 0.97% | - |
| XYZ | 41.48 | 70.91 | 25.41 | - |
| YUV | 187.67 | 82.47 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 248 | 107 | 0.60 | 0 | 0.57 | 0.03 | 122.84 | 0.91 | 0.68 |
| Hex | 64 | F8 | 6B | 3C | 0 | 39 | 3 | 7B | 5B | 44 |
| Octal | 144 | 370 | 153 | 74 | 0 | 71 | 3 | 173 | 133 | 104 |
| Binary | 1100100 | 11111000 | 1101011 | 111100 | 0 | 111001 | 11 | 1111011 | 1011011 | 1000100 |
Color Harmonies of #64F86B
Complementary color
Monochromatic Colors of #64F86B
Black with #64F86B
Text Example
Text Example
White with #64F86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F86B; }
p { color: rgb(100,248,107); }
H1.HeaderClassName
{
color: #64F86B;
}
.AnyTagClassName
{
color: #64F86B;
}
</style>
background-color css
<style>
a { background-color: #64F86B; }
a { background-color: rgb(100,248,107); }
div.DivClassName
{
background-color: #64F86B;
}
.BgClassName
{
background-color: #64F86B;
}
</style>
border-color css
<style>
span { border-color: #64F86B; }
span { border-color: rgb(100,248,107); }
td.TdClassName
{
border-color: #64F86B;
}
.TagClassName
{
border-color: #64F86B;
}
</style>