Shades of Screamin' Green #64FE50
Tints of Screamin' Green #64FE50
RGB
CMYK
RGB Variations
Color information
#64FE50 (or 0x64FE50) is known color: Screamin' Green. HEX triplet: 64, FE and 50. RGB value is (100,254,80). Sum of RGB (Red+Green+Blue) = 100+254+80=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 254 (99.61% from 255 or 58.53% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 254 - color contains mainly: green. Hex color #64FE50 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64FE50 is #9B01AF. Grayscale: #BCBCBC. Windows color (decimal): -10158512 or 5308004. OLE color: 5308004.
HSL color Cylindrical-coordinate representation of color #64FE50: hue angle of 113.1º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64FE50 is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 80 | - |
| CMYK | 0.61 | 0 | 0.69 | 0.00 |
| HSL | 113.1º | 0.99% | 0.65% | - |
| HSV(B) | 113.1º | 0.69% | 1% | - |
| XYZ | 42.15 | 74.17 | 19.68 | - |
| YUV | 188.12 | 66.98 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 80 | 0.61 | 0 | 0.69 | 0.00 | 113.1 | 0.99 | 0.65 |
| Hex | 64 | FE | 50 | 3D | 0 | 45 | 0 | 71 | 63 | 41 |
| Octal | 144 | 376 | 120 | 75 | 0 | 105 | 0 | 161 | 143 | 101 |
| Binary | 1100100 | 11111110 | 1010000 | 111101 | 0 | 1000101 | 0 | 1110001 | 1100011 | 1000001 |
Color Harmonies of #64FE50
Complementary color
Monochromatic Colors of #64FE50
Black with #64FE50
Text Example
Text Example
White with #64FE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FE50; }
p { color: rgb(100,254,80); }
H1.HeaderClassName
{
color: #64FE50;
}
.AnyTagClassName
{
color: #64FE50;
}
</style>
background-color css
<style>
a { background-color: #64FE50; }
a { background-color: rgb(100,254,80); }
div.DivClassName
{
background-color: #64FE50;
}
.BgClassName
{
background-color: #64FE50;
}
</style>
border-color css
<style>
span { border-color: #64FE50; }
span { border-color: rgb(100,254,80); }
td.TdClassName
{
border-color: #64FE50;
}
.TagClassName
{
border-color: #64FE50;
}
</style>