Shades of Bright Green #64D90C
Tints of Bright Green #64D90C
RGB
CMYK
RGB Variations
Color information
#64D90C (or 0x64D90C) is known color: Bright Green. HEX triplet: 64, D9 and 0C. RGB value is (100,217,12). Sum of RGB (Red+Green+Blue) = 100+217+12=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 217 (85.16% from 255 or 65.96% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 217 - color contains mainly: green. Hex color #64D90C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D90C is #9B26F3. Grayscale: #9F9F9F. Windows color (decimal): -10168052 or 842084. OLE color: 842084.
HSL color Cylindrical-coordinate representation of color #64D90C: hue angle of 94.24º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64D90C is Cyan = 0.54, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 217 | 12 | - |
| CMYK | 0.54 | 0 | 0.94 | 0.15 |
| HSL | 94.24º | 0.9% | 0.45% | - |
| HSV(B) | 94.24º | 0.94% | 0.85% | - |
| XYZ | 30.13 | 52.36 | 8.87 | - |
| YUV | 158.65 | 45.24 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 217 | 12 | 0.54 | 0 | 0.94 | 0.15 | 94.24 | 0.9 | 0.45 |
| Hex | 64 | D9 | C | 36 | 0 | 5E | F | 5E | 5A | 2D |
| Octal | 144 | 331 | 14 | 66 | 0 | 136 | 17 | 136 | 132 | 55 |
| Binary | 1100100 | 11011001 | 1100 | 110110 | 0 | 1011110 | 1111 | 1011110 | 1011010 | 101101 |
Color Harmonies of #64D90C
Complementary color
Monochromatic Colors of #64D90C
Black with #64D90C
Text Example
Text Example
White with #64D90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D90C; }
p { color: rgb(100,217,12); }
H1.HeaderClassName
{
color: #64D90C;
}
.AnyTagClassName
{
color: #64D90C;
}
</style>
background-color css
<style>
a { background-color: #64D90C; }
a { background-color: rgb(100,217,12); }
div.DivClassName
{
background-color: #64D90C;
}
.BgClassName
{
background-color: #64D90C;
}
</style>
border-color css
<style>
span { border-color: #64D90C; }
span { border-color: rgb(100,217,12); }
td.TdClassName
{
border-color: #64D90C;
}
.TagClassName
{
border-color: #64D90C;
}
</style>