Shades of Bright Green #64DA06
Tints of Bright Green #64DA06
RGB
CMYK
RGB Variations
Color information
#64DA06 (or 0x64DA06) is known color: Bright Green. HEX triplet: 64, DA and 06. RGB value is (100,218,6). Sum of RGB (Red+Green+Blue) = 100+218+6=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 218 (85.55% from 255 or 67.28% from 324); Blue value is 6 (2.73% from 255 or 1.85% from 324); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64DA06 is #9B25F9. Grayscale: #9F9F9F. Windows color (decimal): -10167802 or 449124. OLE color: 449124.
HSL color Cylindrical-coordinate representation of color #64DA06: hue angle of 93.4º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #64DA06 is Cyan = 0.54, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 218 | 6 | - |
| CMYK | 0.54 | 0 | 0.97 | 0.15 |
| HSL | 93.4º | 0.95% | 0.44% | - |
| HSV(B) | 93.4º | 0.97% | 0.85% | - |
| XYZ | 30.36 | 52.87 | 8.78 | - |
| YUV | 158.55 | 41.91 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 218 | 6 | 0.54 | 0 | 0.97 | 0.15 | 93.4 | 0.95 | 0.44 |
| Hex | 64 | DA | 6 | 36 | 0 | 61 | F | 5D | 5F | 2C |
| Octal | 144 | 332 | 6 | 66 | 0 | 141 | 17 | 135 | 137 | 54 |
| Binary | 1100100 | 11011010 | 110 | 110110 | 0 | 1100001 | 1111 | 1011101 | 1011111 | 101100 |
Color Harmonies of #64DA06
Complementary color
Monochromatic Colors of #64DA06
Black with #64DA06
Text Example
Text Example
White with #64DA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DA06; }
p { color: rgb(100,218,6); }
H1.HeaderClassName
{
color: #64DA06;
}
.AnyTagClassName
{
color: #64DA06;
}
</style>
background-color css
<style>
a { background-color: #64DA06; }
a { background-color: rgb(100,218,6); }
div.DivClassName
{
background-color: #64DA06;
}
.BgClassName
{
background-color: #64DA06;
}
</style>
border-color css
<style>
span { border-color: #64DA06; }
span { border-color: rgb(100,218,6); }
td.TdClassName
{
border-color: #64DA06;
}
.TagClassName
{
border-color: #64DA06;
}
</style>