Shades of Bright Green #64ED00
Tints of Bright Green #64ED00
RGB
CMYK
RGB Variations
Color information
#64ED00 (or 0x64ED00) is known color: Bright Green. HEX triplet: 64, ED and 00. RGB value is (100,237,0). Sum of RGB (Red+Green+Blue) = 100+237+0=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 237 (92.97% from 255 or 70.33% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 237 - color contains mainly: green. Hex color #64ED00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64ED00 is #9B12FF. Grayscale: #A9A9A9. Windows color (decimal): -10162944 or 60772. OLE color: 60772.
HSL color Cylindrical-coordinate representation of color #64ED00: hue angle of 94.68º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #64ED00 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 237 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.07 |
| HSL | 94.68º | 1% | 0.46% | - |
| HSV(B) | 94.68º | 1% | 0.93% | - |
| XYZ | 35.54 | 63.28 | 10.34 | - |
| YUV | 169.02 | 32.61 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 237 | 0 | 0.58 | 0 | 1 | 0.07 | 94.68 | 1 | 0.46 |
| Hex | 64 | ED | 0 | 3A | 0 | 64 | 7 | 5F | 64 | 2E |
| Octal | 144 | 355 | 0 | 72 | 0 | 144 | 7 | 137 | 144 | 56 |
| Binary | 1100100 | 11101101 | 0 | 111010 | 0 | 1100100 | 111 | 1011111 | 1100100 | 101110 |
Color Harmonies of #64ED00
Complementary color
Monochromatic Colors of #64ED00
Black with #64ED00
Text Example
Text Example
White with #64ED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ED00; }
p { color: rgb(100,237,0); }
H1.HeaderClassName
{
color: #64ED00;
}
.AnyTagClassName
{
color: #64ED00;
}
</style>
background-color css
<style>
a { background-color: #64ED00; }
a { background-color: rgb(100,237,0); }
div.DivClassName
{
background-color: #64ED00;
}
.BgClassName
{
background-color: #64ED00;
}
</style>
border-color css
<style>
span { border-color: #64ED00; }
span { border-color: rgb(100,237,0); }
td.TdClassName
{
border-color: #64ED00;
}
.TagClassName
{
border-color: #64ED00;
}
</style>