Shades of Screamin' Green #64FA5D
Tints of Screamin' Green #64FA5D
RGB
CMYK
RGB Variations
Color information
#64FA5D (or 0x64FA5D) is known color: Screamin' Green. HEX triplet: 64, FA and 5D. RGB value is (100,250,93). Sum of RGB (Red+Green+Blue) = 100+250+93=443 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.57% from 443); Green value is 250 (98.05% from 255 or 56.43% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 250 - color contains mainly: green. Hex color #64FA5D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64FA5D is #9B05A2. Grayscale: #BBBBBB. Windows color (decimal): -10159523 or 6158948. OLE color: 6158948.
HSL color Cylindrical-coordinate representation of color #64FA5D: hue angle of 117.32º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #64FA5D is Cyan = 0.6, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 250 | 93 | - |
| CMYK | 0.6 | 0 | 0.63 | 0.02 |
| HSL | 117.32º | 0.94% | 0.67% | - |
| HSV(B) | 117.32º | 0.63% | 0.98% | - |
| XYZ | 41.42 | 71.87 | 22.05 | - |
| YUV | 187.25 | 74.81 | 65.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 250 | 93 | 0.6 | 0 | 0.63 | 0.02 | 117.32 | 0.94 | 0.67 |
| Hex | 64 | FA | 5D | 3C | 0 | 3F | 2 | 75 | 5E | 43 |
| Octal | 144 | 372 | 135 | 74 | 0 | 77 | 2 | 165 | 136 | 103 |
| Binary | 1100100 | 11111010 | 1011101 | 111100 | 0 | 111111 | 10 | 1110101 | 1011110 | 1000011 |
Color Harmonies of #64FA5D
Complementary color
Monochromatic Colors of #64FA5D
Black with #64FA5D
Text Example
Text Example
White with #64FA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FA5D; }
p { color: rgb(100,250,93); }
H1.HeaderClassName
{
color: #64FA5D;
}
.AnyTagClassName
{
color: #64FA5D;
}
</style>
background-color css
<style>
a { background-color: #64FA5D; }
a { background-color: rgb(100,250,93); }
div.DivClassName
{
background-color: #64FA5D;
}
.BgClassName
{
background-color: #64FA5D;
}
</style>
border-color css
<style>
span { border-color: #64FA5D; }
span { border-color: rgb(100,250,93); }
td.TdClassName
{
border-color: #64FA5D;
}
.TagClassName
{
border-color: #64FA5D;
}
</style>