Shades of Screamin' Green #64FF50
Tints of Screamin' Green #64FF50
RGB
CMYK
RGB Variations
Color information
#64FF50 (or 0x64FF50) is known color: Screamin' Green. HEX triplet: 64, FF and 50. RGB value is (100,255,80). Sum of RGB (Red+Green+Blue) = 100+255+80=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 255 (100% from 255 or 58.62% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 255 - color contains mainly: green. Hex color #64FF50 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64FF50 is #9B00AF. Grayscale: #BDBDBD. Windows color (decimal): -10158256 or 5308260. OLE color: 5308260.
HSL color Cylindrical-coordinate representation of color #64FF50: hue angle of 113.14º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64FF50 is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 80 | - |
| CMYK | 0.61 | 0 | 0.69 | 0 |
| HSL | 113.14º | 1% | 0.66% | - |
| HSV(B) | 113.14º | 0.69% | 1% | - |
| XYZ | 42.46 | 74.81 | 19.79 | - |
| YUV | 188.71 | 66.65 | 64.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 80 | 0.61 | 0 | 0.69 | 0 | 113.14 | 1 | 0.66 |
| Hex | 64 | FF | 50 | 3D | 0 | 45 | 0 | 71 | 64 | 42 |
| Octal | 144 | 377 | 120 | 75 | 0 | 105 | 0 | 161 | 144 | 102 |
| Binary | 1100100 | 11111111 | 1010000 | 111101 | 0 | 1000101 | 0 | 1110001 | 1100100 | 1000010 |
Color Harmonies of #64FF50
Complementary color
Monochromatic Colors of #64FF50
Black with #64FF50
Text Example
Text Example
White with #64FF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FF50; }
p { color: rgb(100,255,80); }
H1.HeaderClassName
{
color: #64FF50;
}
.AnyTagClassName
{
color: #64FF50;
}
</style>
background-color css
<style>
a { background-color: #64FF50; }
a { background-color: rgb(100,255,80); }
div.DivClassName
{
background-color: #64FF50;
}
.BgClassName
{
background-color: #64FF50;
}
</style>
border-color css
<style>
span { border-color: #64FF50; }
span { border-color: rgb(100,255,80); }
td.TdClassName
{
border-color: #64FF50;
}
.TagClassName
{
border-color: #64FF50;
}
</style>