Shades of Bright Green #64E902
Tints of Bright Green #64E902
RGB
CMYK
RGB Variations
Color information
#64E902 (or 0x64E902) is known color: Bright Green. HEX triplet: 64, E9 and 02. RGB value is (100,233,2). Sum of RGB (Red+Green+Blue) = 100+233+2=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 233 (91.41% from 255 or 69.55% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 233 - color contains mainly: green. Hex color #64E902 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64E902 is #9B16FD. Grayscale: #A7A7A7. Windows color (decimal): -10163966 or 190820. OLE color: 190820.
HSL color Cylindrical-coordinate representation of color #64E902: hue angle of 94.55º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64E902 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 233 | 2 | - |
| CMYK | 0.57 | 0 | 0.99 | 0.09 |
| HSL | 94.55º | 0.98% | 0.46% | - |
| HSV(B) | 94.55º | 0.99% | 0.91% | - |
| XYZ | 34.41 | 60.99 | 10.02 | - |
| YUV | 166.9 | 34.94 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 233 | 2 | 0.57 | 0 | 0.99 | 0.09 | 94.55 | 0.98 | 0.46 |
| Hex | 64 | E9 | 2 | 39 | 0 | 63 | 9 | 5F | 62 | 2E |
| Octal | 144 | 351 | 2 | 71 | 0 | 143 | 11 | 137 | 142 | 56 |
| Binary | 1100100 | 11101001 | 10 | 111001 | 0 | 1100011 | 1001 | 1011111 | 1100010 | 101110 |
Color Harmonies of #64E902
Complementary color
Monochromatic Colors of #64E902
Black with #64E902
Text Example
Text Example
White with #64E902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E902; }
p { color: rgb(100,233,2); }
H1.HeaderClassName
{
color: #64E902;
}
.AnyTagClassName
{
color: #64E902;
}
</style>
background-color css
<style>
a { background-color: #64E902; }
a { background-color: rgb(100,233,2); }
div.DivClassName
{
background-color: #64E902;
}
.BgClassName
{
background-color: #64E902;
}
</style>
border-color css
<style>
span { border-color: #64E902; }
span { border-color: rgb(100,233,2); }
td.TdClassName
{
border-color: #64E902;
}
.TagClassName
{
border-color: #64E902;
}
</style>