Shades of Screamin' Green #64FF75
Tints of Screamin' Green #64FF75
RGB
CMYK
RGB Variations
Color information
#64FF75 (or 0x64FF75) is known color: Screamin' Green. HEX triplet: 64, FF and 75. RGB value is (100,255,117). Sum of RGB (Red+Green+Blue) = 100+255+117=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #64FF75 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64FF75 is #9B008A. Grayscale: #C1C1C1. Windows color (decimal): -10158219 or 7733092. OLE color: 7733092.
HSL color Cylindrical-coordinate representation of color #64FF75: hue angle of 126.58º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FF75 is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 117 | - |
| CMYK | 0.61 | 0 | 0.54 | 0 |
| HSL | 126.58º | 1% | 0.7% | - |
| HSV(B) | 126.58º | 0.61% | 1% | - |
| XYZ | 44.23 | 75.51 | 29.07 | - |
| YUV | 192.92 | 85.15 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 117 | 0.61 | 0 | 0.54 | 0 | 126.58 | 1 | 0.7 |
| Hex | 64 | FF | 75 | 3D | 0 | 36 | 0 | 7F | 64 | 46 |
| Octal | 144 | 377 | 165 | 75 | 0 | 66 | 0 | 177 | 144 | 106 |
| Binary | 1100100 | 11111111 | 1110101 | 111101 | 0 | 110110 | 0 | 1111111 | 1100100 | 1000110 |
Color Harmonies of #64FF75
Complementary color
Monochromatic Colors of #64FF75
Black with #64FF75
Text Example
Text Example
White with #64FF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FF75; }
p { color: rgb(100,255,117); }
H1.HeaderClassName
{
color: #64FF75;
}
.AnyTagClassName
{
color: #64FF75;
}
</style>
background-color css
<style>
a { background-color: #64FF75; }
a { background-color: rgb(100,255,117); }
div.DivClassName
{
background-color: #64FF75;
}
.BgClassName
{
background-color: #64FF75;
}
</style>
border-color css
<style>
span { border-color: #64FF75; }
span { border-color: rgb(100,255,117); }
td.TdClassName
{
border-color: #64FF75;
}
.TagClassName
{
border-color: #64FF75;
}
</style>