Shades of Screamin' Green #64FA65
Tints of Screamin' Green #64FA65
RGB
CMYK
RGB Variations
Color information
#64FA65 (or 0x64FA65) is known color: Screamin' Green. HEX triplet: 64, FA and 65. RGB value is (100,250,101). Sum of RGB (Red+Green+Blue) = 100+250+101=451 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.17% from 451); Green value is 250 (98.05% from 255 or 55.43% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 250 - color contains mainly: green. Hex color #64FA65 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64FA65 is #9B059A. Grayscale: #BCBCBC. Windows color (decimal): -10159515 or 6683236. OLE color: 6683236.
HSL color Cylindrical-coordinate representation of color #64FA65: hue angle of 120.4º 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 #64FA65 is Cyan = 0.6, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 250 | 101 | - |
| CMYK | 0.6 | 0 | 0.60 | 0.02 |
| HSL | 120.4º | 0.94% | 0.69% | - |
| HSV(B) | 120.4º | 0.6% | 0.98% | - |
| XYZ | 41.79 | 72.02 | 24.01 | - |
| YUV | 188.16 | 78.81 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 250 | 101 | 0.6 | 0 | 0.60 | 0.02 | 120.4 | 0.94 | 0.69 |
| Hex | 64 | FA | 65 | 3C | 0 | 3C | 2 | 78 | 5E | 45 |
| Octal | 144 | 372 | 145 | 74 | 0 | 74 | 2 | 170 | 136 | 105 |
| Binary | 1100100 | 11111010 | 1100101 | 111100 | 0 | 111100 | 10 | 1111000 | 1011110 | 1000101 |
Color Harmonies of #64FA65
Complementary color
Monochromatic Colors of #64FA65
Black with #64FA65
Text Example
Text Example
White with #64FA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FA65; }
p { color: rgb(100,250,101); }
H1.HeaderClassName
{
color: #64FA65;
}
.AnyTagClassName
{
color: #64FA65;
}
</style>
background-color css
<style>
a { background-color: #64FA65; }
a { background-color: rgb(100,250,101); }
div.DivClassName
{
background-color: #64FA65;
}
.BgClassName
{
background-color: #64FA65;
}
</style>
border-color css
<style>
span { border-color: #64FA65; }
span { border-color: rgb(100,250,101); }
td.TdClassName
{
border-color: #64FA65;
}
.TagClassName
{
border-color: #64FA65;
}
</style>