Shades of Bright Green #64E616
Tints of Bright Green #64E616
RGB
CMYK
RGB Variations
Color information
#64E616 (or 0x64E616) is known color: Bright Green. HEX triplet: 64, E6 and 16. RGB value is (100,230,22). Sum of RGB (Red+Green+Blue) = 100+230+22=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 230 (90.23% from 255 or 65.34% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 230 - color contains mainly: green. Hex color #64E616 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64E616 is #9B19E9. Grayscale: #A8A8A8. Windows color (decimal): -10164714 or 1500772. OLE color: 1500772.
HSL color Cylindrical-coordinate representation of color #64E616: hue angle of 97.5º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64E616 is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 230 | 22 | - |
| CMYK | 0.57 | 0 | 0.90 | 0.10 |
| HSL | 97.5º | 0.83% | 0.49% | - |
| HSV(B) | 97.5º | 0.9% | 0.9% | - |
| XYZ | 33.7 | 59.36 | 10.44 | - |
| YUV | 167.42 | 45.93 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 230 | 22 | 0.57 | 0 | 0.90 | 0.10 | 97.5 | 0.83 | 0.49 |
| Hex | 64 | E6 | 16 | 39 | 0 | 5A | A | 62 | 53 | 31 |
| Octal | 144 | 346 | 26 | 71 | 0 | 132 | 12 | 142 | 123 | 61 |
| Binary | 1100100 | 11100110 | 10110 | 111001 | 0 | 1011010 | 1010 | 1100010 | 1010011 | 110001 |
Color Harmonies of #64E616
Complementary color
Monochromatic Colors of #64E616
Black with #64E616
Text Example
Text Example
White with #64E616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E616; }
p { color: rgb(100,230,22); }
H1.HeaderClassName
{
color: #64E616;
}
.AnyTagClassName
{
color: #64E616;
}
</style>
background-color css
<style>
a { background-color: #64E616; }
a { background-color: rgb(100,230,22); }
div.DivClassName
{
background-color: #64E616;
}
.BgClassName
{
background-color: #64E616;
}
</style>
border-color css
<style>
span { border-color: #64E616; }
span { border-color: rgb(100,230,22); }
td.TdClassName
{
border-color: #64E616;
}
.TagClassName
{
border-color: #64E616;
}
</style>