Shades of Screamin' Green #64FD50
Tints of Screamin' Green #64FD50
RGB
CMYK
RGB Variations
Color information
#64FD50 (or 0x64FD50) is known color: Screamin' Green. HEX triplet: 64, FD and 50. RGB value is (100,253,80). Sum of RGB (Red+Green+Blue) = 100+253+80=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 253 (99.22% from 255 or 58.43% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 253 - color contains mainly: green. Hex color #64FD50 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64FD50 is #9B02AF. Grayscale: #BCBCBC. Windows color (decimal): -10158768 or 5307748. OLE color: 5307748.
HSL color Cylindrical-coordinate representation of color #64FD50: hue angle of 113.06º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64FD50 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 253 | 80 | - |
| CMYK | 0.60 | 0 | 0.68 | 0.01 |
| HSL | 113.06º | 0.98% | 0.65% | - |
| HSV(B) | 113.06º | 0.68% | 0.99% | - |
| XYZ | 41.83 | 73.54 | 19.58 | - |
| YUV | 187.53 | 67.31 | 65.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 253 | 80 | 0.60 | 0 | 0.68 | 0.01 | 113.06 | 0.98 | 0.65 |
| Hex | 64 | FD | 50 | 3C | 0 | 44 | 1 | 71 | 62 | 41 |
| Octal | 144 | 375 | 120 | 74 | 0 | 104 | 1 | 161 | 142 | 101 |
| Binary | 1100100 | 11111101 | 1010000 | 111100 | 0 | 1000100 | 1 | 1110001 | 1100010 | 1000001 |
Color Harmonies of #64FD50
Complementary color
Monochromatic Colors of #64FD50
Black with #64FD50
Text Example
Text Example
White with #64FD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FD50; }
p { color: rgb(100,253,80); }
H1.HeaderClassName
{
color: #64FD50;
}
.AnyTagClassName
{
color: #64FD50;
}
</style>
background-color css
<style>
a { background-color: #64FD50; }
a { background-color: rgb(100,253,80); }
div.DivClassName
{
background-color: #64FD50;
}
.BgClassName
{
background-color: #64FD50;
}
</style>
border-color css
<style>
span { border-color: #64FD50; }
span { border-color: rgb(100,253,80); }
td.TdClassName
{
border-color: #64FD50;
}
.TagClassName
{
border-color: #64FD50;
}
</style>