Shades of Bright Green #64F220
Tints of Bright Green #64F220
RGB
CMYK
RGB Variations
Color information
#64F220 (or 0x64F220) is known color: Bright Green. HEX triplet: 64, F2 and 20. RGB value is (100,242,32). Sum of RGB (Red+Green+Blue) = 100+242+32=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 242 (94.92% from 255 or 64.71% from 374); Blue value is 32 (12.89% from 255 or 8.56% from 374); Max value from RGB is 242 - color contains mainly: green. Hex color #64F220 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #64F220 is #9B0DDF. Grayscale: #B0B0B0. Windows color (decimal): -10161632 or 2159204. OLE color: 2159204.
HSL color Cylindrical-coordinate representation of color #64F220: hue angle of 100.57º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64F220 is Cyan = 0.59, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 242 | 32 | - |
| CMYK | 0.59 | 0 | 0.87 | 0.05 |
| HSL | 100.57º | 0.89% | 0.54% | - |
| HSV(B) | 100.57º | 0.87% | 0.95% | - |
| XYZ | 37.27 | 66.32 | 12.2 | - |
| YUV | 175.6 | 46.96 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 242 | 32 | 0.59 | 0 | 0.87 | 0.05 | 100.57 | 0.89 | 0.54 |
| Hex | 64 | F2 | 20 | 3B | 0 | 57 | 5 | 65 | 59 | 36 |
| Octal | 144 | 362 | 40 | 73 | 0 | 127 | 5 | 145 | 131 | 66 |
| Binary | 1100100 | 11110010 | 100000 | 111011 | 0 | 1010111 | 101 | 1100101 | 1011001 | 110110 |
Color Harmonies of #64F220
Complementary color
Monochromatic Colors of #64F220
Black with #64F220
Text Example
Text Example
White with #64F220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F220; }
p { color: rgb(100,242,32); }
H1.HeaderClassName
{
color: #64F220;
}
.AnyTagClassName
{
color: #64F220;
}
</style>
background-color css
<style>
a { background-color: #64F220; }
a { background-color: rgb(100,242,32); }
div.DivClassName
{
background-color: #64F220;
}
.BgClassName
{
background-color: #64F220;
}
</style>
border-color css
<style>
span { border-color: #64F220; }
span { border-color: rgb(100,242,32); }
td.TdClassName
{
border-color: #64F220;
}
.TagClassName
{
border-color: #64F220;
}
</style>