Shades of Bright Green #64E901
Tints of Bright Green #64E901
RGB
CMYK
RGB Variations
Color information
#64E901 (or 0x64E901) is known color: Bright Green. HEX triplet: 64, E9 and 01. RGB value is (100,233,1). Sum of RGB (Red+Green+Blue) = 100+233+1=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 233 (91.41% from 255 or 69.76% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 233 - color contains mainly: green. Hex color #64E901 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64E901 is #9B16FE. Grayscale: #A7A7A7. Windows color (decimal): -10163967 or 125284. OLE color: 125284.
HSL color Cylindrical-coordinate representation of color #64E901: hue angle of 94.4º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #64E901 is Cyan = 0.57, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 233 | 1 | - |
| CMYK | 0.57 | 0 | 1.00 | 0.09 |
| HSL | 94.4º | 0.99% | 0.46% | - |
| HSV(B) | 94.4º | 1% | 0.91% | - |
| XYZ | 34.4 | 60.99 | 9.99 | - |
| YUV | 166.79 | 34.44 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 233 | 1 | 0.57 | 0 | 1.00 | 0.09 | 94.4 | 0.99 | 0.46 |
| Hex | 64 | E9 | 1 | 39 | 0 | 64 | 9 | 5E | 63 | 2E |
| Octal | 144 | 351 | 1 | 71 | 0 | 144 | 11 | 136 | 143 | 56 |
| Binary | 1100100 | 11101001 | 1 | 111001 | 0 | 1100100 | 1001 | 1011110 | 1100011 | 101110 |
Color Harmonies of #64E901
Complementary color
Monochromatic Colors of #64E901
Black with #64E901
Text Example
Text Example
White with #64E901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E901; }
p { color: rgb(100,233,1); }
H1.HeaderClassName
{
color: #64E901;
}
.AnyTagClassName
{
color: #64E901;
}
</style>
background-color css
<style>
a { background-color: #64E901; }
a { background-color: rgb(100,233,1); }
div.DivClassName
{
background-color: #64E901;
}
.BgClassName
{
background-color: #64E901;
}
</style>
border-color css
<style>
span { border-color: #64E901; }
span { border-color: rgb(100,233,1); }
td.TdClassName
{
border-color: #64E901;
}
.TagClassName
{
border-color: #64E901;
}
</style>