Shades of Screamin' Green #64FA91
Tints of Screamin' Green #64FA91
RGB
CMYK
RGB Variations
Color information
#64FA91 (or 0x64FA91) is known color: Screamin' Green. HEX triplet: 64, FA and 91. RGB value is (100,250,145). Sum of RGB (Red+Green+Blue) = 100+250+145=495 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.20% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 145 (57.03% from 255 or 29.29% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #64FA91 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FA91 is #9B056E. Grayscale: #C1C1C1. Windows color (decimal): -10159471 or 9566820. OLE color: 9566820.
HSL color Cylindrical-coordinate representation of color #64FA91: hue angle of 138º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FA91 is Cyan = 0.6, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 250 | 145 | - |
| CMYK | 0.6 | 0 | 0.42 | 0.02 |
| HSL | 138º | 0.94% | 0.69% | - |
| HSV(B) | 138º | 0.6% | 0.98% | - |
| XYZ | 44.55 | 73.12 | 38.55 | - |
| YUV | 193.18 | 100.81 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 250 | 145 | 0.6 | 0 | 0.42 | 0.02 | 138 | 0.94 | 0.69 |
| Hex | 64 | FA | 91 | 3C | 0 | 2A | 2 | 8A | 5E | 45 |
| Octal | 144 | 372 | 221 | 74 | 0 | 52 | 2 | 212 | 136 | 105 |
| Binary | 1100100 | 11111010 | 10010001 | 111100 | 0 | 101010 | 10 | 10001010 | 1011110 | 1000101 |
Color Harmonies of #64FA91
Complementary color
Monochromatic Colors of #64FA91
Black with #64FA91
Text Example
Text Example
White with #64FA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FA91; }
p { color: rgb(100,250,145); }
H1.HeaderClassName
{
color: #64FA91;
}
.AnyTagClassName
{
color: #64FA91;
}
</style>
background-color css
<style>
a { background-color: #64FA91; }
a { background-color: rgb(100,250,145); }
div.DivClassName
{
background-color: #64FA91;
}
.BgClassName
{
background-color: #64FA91;
}
</style>
border-color css
<style>
span { border-color: #64FA91; }
span { border-color: rgb(100,250,145); }
td.TdClassName
{
border-color: #64FA91;
}
.TagClassName
{
border-color: #64FA91;
}
</style>