Shades of Bright Green #64ED07
Tints of Bright Green #64ED07
RGB
CMYK
RGB Variations
Color information
#64ED07 (or 0x64ED07) is known color: Bright Green. HEX triplet: 64, ED and 07. RGB value is (100,237,7). Sum of RGB (Red+Green+Blue) = 100+237+7=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 237 (92.97% from 255 or 68.90% from 344); Blue value is 7 (3.12% from 255 or 2.03% from 344); Max value from RGB is 237 - color contains mainly: green. Hex color #64ED07 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64ED07 is #9B12F8. Grayscale: #AAAAAA. Windows color (decimal): -10162937 or 519524. OLE color: 519524.
HSL color Cylindrical-coordinate representation of color #64ED07: hue angle of 95.74º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #64ED07 is Cyan = 0.58, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 237 | 7 | - |
| CMYK | 0.58 | 0 | 0.97 | 0.07 |
| HSL | 95.74º | 0.94% | 0.48% | - |
| HSV(B) | 95.74º | 0.97% | 0.93% | - |
| XYZ | 35.58 | 63.29 | 10.54 | - |
| YUV | 169.82 | 36.11 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 237 | 7 | 0.58 | 0 | 0.97 | 0.07 | 95.74 | 0.94 | 0.48 |
| Hex | 64 | ED | 7 | 3A | 0 | 61 | 7 | 60 | 5E | 30 |
| Octal | 144 | 355 | 7 | 72 | 0 | 141 | 7 | 140 | 136 | 60 |
| Binary | 1100100 | 11101101 | 111 | 111010 | 0 | 1100001 | 111 | 1100000 | 1011110 | 110000 |
Color Harmonies of #64ED07
Complementary color
Monochromatic Colors of #64ED07
Black with #64ED07
Text Example
Text Example
White with #64ED07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64ED07; }
p { color: rgb(100,237,7); }
H1.HeaderClassName
{
color: #64ED07;
}
.AnyTagClassName
{
color: #64ED07;
}
</style>
background-color css
<style>
a { background-color: #64ED07; }
a { background-color: rgb(100,237,7); }
div.DivClassName
{
background-color: #64ED07;
}
.BgClassName
{
background-color: #64ED07;
}
</style>
border-color css
<style>
span { border-color: #64ED07; }
span { border-color: rgb(100,237,7); }
td.TdClassName
{
border-color: #64ED07;
}
.TagClassName
{
border-color: #64ED07;
}
</style>