Shades of Screamin' Green #64FF41
Tints of Screamin' Green #64FF41
RGB
CMYK
RGB Variations
Color information
#64FF41 (or 0x64FF41) is known color: Screamin' Green. HEX triplet: 64, FF and 41. RGB value is (100,255,65). Sum of RGB (Red+Green+Blue) = 100+255+65=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 255 (100% from 255 or 60.71% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 255 - color contains mainly: green. Hex color #64FF41 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64FF41 is #9B00BE. Grayscale: #BBBBBB. Windows color (decimal): -10158271 or 4325220. OLE color: 4325220.
HSL color Cylindrical-coordinate representation of color #64FF41: hue angle of 108.95º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #64FF41 is Cyan = 0.61, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 65 | - |
| CMYK | 0.61 | 0 | 0.75 | 0 |
| HSL | 108.95º | 1% | 0.63% | - |
| HSV(B) | 108.95º | 0.75% | 1% | - |
| XYZ | 41.97 | 74.61 | 17.19 | - |
| YUV | 187 | 59.15 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 65 | 0.61 | 0 | 0.75 | 0 | 108.95 | 1 | 0.63 |
| Hex | 64 | FF | 41 | 3D | 0 | 4B | 0 | 6D | 64 | 3F |
| Octal | 144 | 377 | 101 | 75 | 0 | 113 | 0 | 155 | 144 | 77 |
| Binary | 1100100 | 11111111 | 1000001 | 111101 | 0 | 1001011 | 0 | 1101101 | 1100100 | 111111 |
Color Harmonies of #64FF41
Complementary color
Monochromatic Colors of #64FF41
Black with #64FF41
Text Example
Text Example
White with #64FF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FF41; }
p { color: rgb(100,255,65); }
H1.HeaderClassName
{
color: #64FF41;
}
.AnyTagClassName
{
color: #64FF41;
}
</style>
background-color css
<style>
a { background-color: #64FF41; }
a { background-color: rgb(100,255,65); }
div.DivClassName
{
background-color: #64FF41;
}
.BgClassName
{
background-color: #64FF41;
}
</style>
border-color css
<style>
span { border-color: #64FF41; }
span { border-color: rgb(100,255,65); }
td.TdClassName
{
border-color: #64FF41;
}
.TagClassName
{
border-color: #64FF41;
}
</style>