Shades of Bright Green #64DA02
Tints of Bright Green #64DA02
RGB
CMYK
RGB Variations
Color information
#64DA02 (or 0x64DA02) is known color: Bright Green. HEX triplet: 64, DA and 02. RGB value is (100,218,2). Sum of RGB (Red+Green+Blue) = 100+218+2=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 218 (85.55% from 255 or 68.12% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64DA02 is #9B25FD. Grayscale: #9E9E9E. Windows color (decimal): -10167806 or 186980. OLE color: 186980.
HSL color Cylindrical-coordinate representation of color #64DA02: hue angle of 92.78º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64DA02 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 218 | 2 | - |
| CMYK | 0.54 | 0 | 0.99 | 0.15 |
| HSL | 92.78º | 0.98% | 0.43% | - |
| HSV(B) | 92.78º | 0.99% | 0.85% | - |
| XYZ | 30.34 | 52.86 | 8.66 | - |
| YUV | 158.09 | 39.91 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 218 | 2 | 0.54 | 0 | 0.99 | 0.15 | 92.78 | 0.98 | 0.43 |
| Hex | 64 | DA | 2 | 36 | 0 | 63 | F | 5D | 62 | 2B |
| Octal | 144 | 332 | 2 | 66 | 0 | 143 | 17 | 135 | 142 | 53 |
| Binary | 1100100 | 11011010 | 10 | 110110 | 0 | 1100011 | 1111 | 1011101 | 1100010 | 101011 |
Color Harmonies of #64DA02
Complementary color
Monochromatic Colors of #64DA02
Black with #64DA02
Text Example
Text Example
White with #64DA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DA02; }
p { color: rgb(100,218,2); }
H1.HeaderClassName
{
color: #64DA02;
}
.AnyTagClassName
{
color: #64DA02;
}
</style>
background-color css
<style>
a { background-color: #64DA02; }
a { background-color: rgb(100,218,2); }
div.DivClassName
{
background-color: #64DA02;
}
.BgClassName
{
background-color: #64DA02;
}
</style>
border-color css
<style>
span { border-color: #64DA02; }
span { border-color: rgb(100,218,2); }
td.TdClassName
{
border-color: #64DA02;
}
.TagClassName
{
border-color: #64DA02;
}
</style>