Shades of Bright Green #64E607
Tints of Bright Green #64E607
RGB
CMYK
RGB Variations
Color information
#64E607 (or 0x64E607) is known color: Bright Green. HEX triplet: 64, E6 and 07. RGB value is (100,230,7). Sum of RGB (Red+Green+Blue) = 100+230+7=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 230 (90.23% from 255 or 68.25% from 337); Blue value is 7 (3.12% from 255 or 2.08% from 337); Max value from RGB is 230 - color contains mainly: green. Hex color #64E607 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64E607 is #9B19F8. Grayscale: #A6A6A6. Windows color (decimal): -10164729 or 517732. OLE color: 517732.
HSL color Cylindrical-coordinate representation of color #64E607: hue angle of 94.98º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #64E607 is Cyan = 0.57, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 230 | 7 | - |
| CMYK | 0.57 | 0 | 0.97 | 0.10 |
| HSL | 94.98º | 0.94% | 0.46% | - |
| HSV(B) | 94.98º | 0.97% | 0.9% | - |
| XYZ | 33.59 | 59.32 | 9.88 | - |
| YUV | 165.71 | 38.43 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 230 | 7 | 0.57 | 0 | 0.97 | 0.10 | 94.98 | 0.94 | 0.46 |
| Hex | 64 | E6 | 7 | 39 | 0 | 61 | A | 5F | 5E | 2E |
| Octal | 144 | 346 | 7 | 71 | 0 | 141 | 12 | 137 | 136 | 56 |
| Binary | 1100100 | 11100110 | 111 | 111001 | 0 | 1100001 | 1010 | 1011111 | 1011110 | 101110 |
Color Harmonies of #64E607
Complementary color
Monochromatic Colors of #64E607
Black with #64E607
Text Example
Text Example
White with #64E607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E607; }
p { color: rgb(100,230,7); }
H1.HeaderClassName
{
color: #64E607;
}
.AnyTagClassName
{
color: #64E607;
}
</style>
background-color css
<style>
a { background-color: #64E607; }
a { background-color: rgb(100,230,7); }
div.DivClassName
{
background-color: #64E607;
}
.BgClassName
{
background-color: #64E607;
}
</style>
border-color css
<style>
span { border-color: #64E607; }
span { border-color: rgb(100,230,7); }
td.TdClassName
{
border-color: #64E607;
}
.TagClassName
{
border-color: #64E607;
}
</style>