Shades of Bright Green #64E606
Tints of Bright Green #64E606
RGB
CMYK
RGB Variations
Color information
#64E606 (or 0x64E606) is known color: Bright Green. HEX triplet: 64, E6 and 06. RGB value is (100,230,6). Sum of RGB (Red+Green+Blue) = 100+230+6=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 230 (90.23% from 255 or 68.45% from 336); Blue value is 6 (2.73% from 255 or 1.79% from 336); Max value from RGB is 230 - color contains mainly: green. Hex color #64E606 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64E606 is #9B19F9. Grayscale: #A6A6A6. Windows color (decimal): -10164730 or 452196. OLE color: 452196.
HSL color Cylindrical-coordinate representation of color #64E606: hue angle of 94.82º degrees, saturation: 0.95, 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 #64E606 is Cyan = 0.57, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 230 | 6 | - |
| CMYK | 0.57 | 0 | 0.97 | 0.10 |
| HSL | 94.82º | 0.95% | 0.46% | - |
| HSV(B) | 94.82º | 0.97% | 0.9% | - |
| XYZ | 33.59 | 59.32 | 9.85 | - |
| YUV | 165.59 | 37.93 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 230 | 6 | 0.57 | 0 | 0.97 | 0.10 | 94.82 | 0.95 | 0.46 |
| Hex | 64 | E6 | 6 | 39 | 0 | 61 | A | 5F | 5F | 2E |
| Octal | 144 | 346 | 6 | 71 | 0 | 141 | 12 | 137 | 137 | 56 |
| Binary | 1100100 | 11100110 | 110 | 111001 | 0 | 1100001 | 1010 | 1011111 | 1011111 | 101110 |
Color Harmonies of #64E606
Complementary color
Monochromatic Colors of #64E606
Black with #64E606
Text Example
Text Example
White with #64E606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E606; }
p { color: rgb(100,230,6); }
H1.HeaderClassName
{
color: #64E606;
}
.AnyTagClassName
{
color: #64E606;
}
</style>
background-color css
<style>
a { background-color: #64E606; }
a { background-color: rgb(100,230,6); }
div.DivClassName
{
background-color: #64E606;
}
.BgClassName
{
background-color: #64E606;
}
</style>
border-color css
<style>
span { border-color: #64E606; }
span { border-color: rgb(100,230,6); }
td.TdClassName
{
border-color: #64E606;
}
.TagClassName
{
border-color: #64E606;
}
</style>