Shades of Bright Green #64E707
Tints of Bright Green #64E707
RGB
CMYK
RGB Variations
Color information
#64E707 (or 0x64E707) is known color: Bright Green. HEX triplet: 64, E7 and 07. RGB value is (100,231,7). Sum of RGB (Red+Green+Blue) = 100+231+7=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 231 (90.62% from 255 or 68.34% from 338); Blue value is 7 (3.12% from 255 or 2.07% from 338); Max value from RGB is 231 - color contains mainly: green. Hex color #64E707 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64E707 is #9B18F8. Grayscale: #A7A7A7. Windows color (decimal): -10164473 or 517988. OLE color: 517988.
HSL color Cylindrical-coordinate representation of color #64E707: hue angle of 95.09º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #64E707 is Cyan = 0.57, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 231 | 7 | - |
| CMYK | 0.57 | 0 | 0.97 | 0.09 |
| HSL | 95.09º | 0.94% | 0.47% | - |
| HSV(B) | 95.09º | 0.97% | 0.91% | - |
| XYZ | 33.87 | 59.88 | 9.97 | - |
| YUV | 166.3 | 38.1 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 231 | 7 | 0.57 | 0 | 0.97 | 0.09 | 95.09 | 0.94 | 0.47 |
| Hex | 64 | E7 | 7 | 39 | 0 | 61 | 9 | 5F | 5E | 2F |
| Octal | 144 | 347 | 7 | 71 | 0 | 141 | 11 | 137 | 136 | 57 |
| Binary | 1100100 | 11100111 | 111 | 111001 | 0 | 1100001 | 1001 | 1011111 | 1011110 | 101111 |
Color Harmonies of #64E707
Complementary color
Monochromatic Colors of #64E707
Black with #64E707
Text Example
Text Example
White with #64E707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E707; }
p { color: rgb(100,231,7); }
H1.HeaderClassName
{
color: #64E707;
}
.AnyTagClassName
{
color: #64E707;
}
</style>
background-color css
<style>
a { background-color: #64E707; }
a { background-color: rgb(100,231,7); }
div.DivClassName
{
background-color: #64E707;
}
.BgClassName
{
background-color: #64E707;
}
</style>
border-color css
<style>
span { border-color: #64E707; }
span { border-color: rgb(100,231,7); }
td.TdClassName
{
border-color: #64E707;
}
.TagClassName
{
border-color: #64E707;
}
</style>