Shades of Screamin' Green #64FD4A
Tints of Screamin' Green #64FD4A
RGB
CMYK
RGB Variations
Color information
#64FD4A (or 0x64FD4A) is known color: Screamin' Green. HEX triplet: 64, FD and 4A. RGB value is (100,253,74). Sum of RGB (Red+Green+Blue) = 100+253+74=427 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.42% from 427); Green value is 253 (99.22% from 255 or 59.25% from 427); Blue value is 74 (29.30% from 255 or 17.33% from 427); Max value from RGB is 253 - color contains mainly: green. Hex color #64FD4A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64FD4A is #9B02B5. Grayscale: #BBBBBB. Windows color (decimal): -10158774 or 4914532. OLE color: 4914532.
HSL color Cylindrical-coordinate representation of color #64FD4A: hue angle of 111.28º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64FD4A is Cyan = 0.60, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 253 | 74 | - |
| CMYK | 0.60 | 0 | 0.71 | 0.01 |
| HSL | 111.28º | 0.98% | 0.64% | - |
| HSV(B) | 111.28º | 0.71% | 0.99% | - |
| XYZ | 41.62 | 73.45 | 18.46 | - |
| YUV | 186.85 | 64.31 | 66.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 253 | 74 | 0.60 | 0 | 0.71 | 0.01 | 111.28 | 0.98 | 0.64 |
| Hex | 64 | FD | 4A | 3C | 0 | 47 | 1 | 6F | 62 | 40 |
| Octal | 144 | 375 | 112 | 74 | 0 | 107 | 1 | 157 | 142 | 100 |
| Binary | 1100100 | 11111101 | 1001010 | 111100 | 0 | 1000111 | 1 | 1101111 | 1100010 | 1000000 |
Color Harmonies of #64FD4A
Complementary color
Monochromatic Colors of #64FD4A
Black with #64FD4A
Text Example
Text Example
White with #64FD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FD4A; }
p { color: rgb(100,253,74); }
H1.HeaderClassName
{
color: #64FD4A;
}
.AnyTagClassName
{
color: #64FD4A;
}
</style>
background-color css
<style>
a { background-color: #64FD4A; }
a { background-color: rgb(100,253,74); }
div.DivClassName
{
background-color: #64FD4A;
}
.BgClassName
{
background-color: #64FD4A;
}
</style>
border-color css
<style>
span { border-color: #64FD4A; }
span { border-color: rgb(100,253,74); }
td.TdClassName
{
border-color: #64FD4A;
}
.TagClassName
{
border-color: #64FD4A;
}
</style>