Shades of Screamin' Green #64FA90
Tints of Screamin' Green #64FA90
RGB
CMYK
RGB Variations
Color information
#64FA90 (or 0x64FA90) is known color: Screamin' Green. HEX triplet: 64, FA and 90. RGB value is (100,250,144). Sum of RGB (Red+Green+Blue) = 100+250+144=494 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.24% from 494); Green value is 250 (98.05% from 255 or 50.61% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 250 - color contains mainly: green. Hex color #64FA90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FA90 is #9B056F. Grayscale: #C1C1C1. Windows color (decimal): -10159472 or 9501284. OLE color: 9501284.
HSL color Cylindrical-coordinate representation of color #64FA90: hue angle of 137.6º 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 #64FA90 is Cyan = 0.6, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 250 | 144 | - |
| CMYK | 0.6 | 0 | 0.42 | 0.02 |
| HSL | 137.6º | 0.94% | 0.69% | - |
| HSV(B) | 137.6º | 0.6% | 0.98% | - |
| XYZ | 44.48 | 73.09 | 38.15 | - |
| YUV | 193.07 | 100.31 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 250 | 144 | 0.6 | 0 | 0.42 | 0.02 | 137.6 | 0.94 | 0.69 |
| Hex | 64 | FA | 90 | 3C | 0 | 2A | 2 | 8A | 5E | 45 |
| Octal | 144 | 372 | 220 | 74 | 0 | 52 | 2 | 212 | 136 | 105 |
| Binary | 1100100 | 11111010 | 10010000 | 111100 | 0 | 101010 | 10 | 10001010 | 1011110 | 1000101 |
Color Harmonies of #64FA90
Complementary color
Monochromatic Colors of #64FA90
Black with #64FA90
Text Example
Text Example
White with #64FA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FA90; }
p { color: rgb(100,250,144); }
H1.HeaderClassName
{
color: #64FA90;
}
.AnyTagClassName
{
color: #64FA90;
}
</style>
background-color css
<style>
a { background-color: #64FA90; }
a { background-color: rgb(100,250,144); }
div.DivClassName
{
background-color: #64FA90;
}
.BgClassName
{
background-color: #64FA90;
}
</style>
border-color css
<style>
span { border-color: #64FA90; }
span { border-color: rgb(100,250,144); }
td.TdClassName
{
border-color: #64FA90;
}
.TagClassName
{
border-color: #64FA90;
}
</style>