Shades of Bright Green #64E421
Tints of Bright Green #64E421
RGB
CMYK
RGB Variations
Color information
#64E421 (or 0x64E421) is known color: Bright Green. HEX triplet: 64, E4 and 21. RGB value is (100,228,33). Sum of RGB (Red+Green+Blue) = 100+228+33=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 228 (89.45% from 255 or 63.16% from 361); Blue value is 33 (13.28% from 255 or 9.14% from 361); Max value from RGB is 228 - color contains mainly: green. Hex color #64E421 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64E421 is #9B1BDE. Grayscale: #A8A8A8. Windows color (decimal): -10165215 or 2221156. OLE color: 2221156.
HSL color Cylindrical-coordinate representation of color #64E421: hue angle of 99.38º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #64E421 is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 228 | 33 | - |
| CMYK | 0.56 | 0 | 0.86 | 0.11 |
| HSL | 99.38º | 0.78% | 0.51% | - |
| HSV(B) | 99.38º | 0.86% | 0.89% | - |
| XYZ | 33.27 | 58.31 | 10.94 | - |
| YUV | 167.5 | 52.09 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 228 | 33 | 0.56 | 0 | 0.86 | 0.11 | 99.38 | 0.78 | 0.51 |
| Hex | 64 | E4 | 21 | 38 | 0 | 56 | B | 63 | 4E | 33 |
| Octal | 144 | 344 | 41 | 70 | 0 | 126 | 13 | 143 | 116 | 63 |
| Binary | 1100100 | 11100100 | 100001 | 111000 | 0 | 1010110 | 1011 | 1100011 | 1001110 | 110011 |
Color Harmonies of #64E421
Complementary color
Monochromatic Colors of #64E421
Black with #64E421
Text Example
Text Example
White with #64E421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E421; }
p { color: rgb(100,228,33); }
H1.HeaderClassName
{
color: #64E421;
}
.AnyTagClassName
{
color: #64E421;
}
</style>
background-color css
<style>
a { background-color: #64E421; }
a { background-color: rgb(100,228,33); }
div.DivClassName
{
background-color: #64E421;
}
.BgClassName
{
background-color: #64E421;
}
</style>
border-color css
<style>
span { border-color: #64E421; }
span { border-color: rgb(100,228,33); }
td.TdClassName
{
border-color: #64E421;
}
.TagClassName
{
border-color: #64E421;
}
</style>