Shades of Screamin' Green #64FA36
Tints of Screamin' Green #64FA36
RGB
CMYK
RGB Variations
Color information
#64FA36 (or 0x64FA36) is known color: Screamin' Green. HEX triplet: 64, FA and 36. RGB value is (100,250,54). Sum of RGB (Red+Green+Blue) = 100+250+54=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 250 (98.05% from 255 or 61.88% from 404); Blue value is 54 (21.48% from 255 or 13.37% from 404); Max value from RGB is 250 - color contains mainly: green. Hex color #64FA36 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64FA36 is #9B05C9. Grayscale: #B7B7B7. Windows color (decimal): -10159562 or 3603044. OLE color: 3603044.
HSL color Cylindrical-coordinate representation of color #64FA36: hue angle of 105.92º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #64FA36 is Cyan = 0.6, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 250 | 54 | - |
| CMYK | 0.6 | 0 | 0.78 | 0.02 |
| HSL | 105.92º | 0.95% | 0.6% | - |
| HSV(B) | 105.92º | 0.78% | 0.98% | - |
| XYZ | 40.11 | 71.35 | 15.15 | - |
| YUV | 182.81 | 55.31 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 250 | 54 | 0.6 | 0 | 0.78 | 0.02 | 105.92 | 0.95 | 0.6 |
| Hex | 64 | FA | 36 | 3C | 0 | 4E | 2 | 6A | 5F | 3C |
| Octal | 144 | 372 | 66 | 74 | 0 | 116 | 2 | 152 | 137 | 74 |
| Binary | 1100100 | 11111010 | 110110 | 111100 | 0 | 1001110 | 10 | 1101010 | 1011111 | 111100 |
Color Harmonies of #64FA36
Complementary color
Monochromatic Colors of #64FA36
Black with #64FA36
Text Example
Text Example
White with #64FA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FA36; }
p { color: rgb(100,250,54); }
H1.HeaderClassName
{
color: #64FA36;
}
.AnyTagClassName
{
color: #64FA36;
}
</style>
background-color css
<style>
a { background-color: #64FA36; }
a { background-color: rgb(100,250,54); }
div.DivClassName
{
background-color: #64FA36;
}
.BgClassName
{
background-color: #64FA36;
}
</style>
border-color css
<style>
span { border-color: #64FA36; }
span { border-color: rgb(100,250,54); }
td.TdClassName
{
border-color: #64FA36;
}
.TagClassName
{
border-color: #64FA36;
}
</style>