Shades of Bright Green #64D708
Tints of Bright Green #64D708
RGB
CMYK
RGB Variations
Color information
#64D708 (or 0x64D708) is known color: Bright Green. HEX triplet: 64, D7 and 08. RGB value is (100,215,8). Sum of RGB (Red+Green+Blue) = 100+215+8=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 215 (84.38% from 255 or 66.56% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 215 - color contains mainly: green. Hex color #64D708 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D708 is #9B28F7. Grayscale: #9D9D9D. Windows color (decimal): -10168568 or 579428. OLE color: 579428.
HSL color Cylindrical-coordinate representation of color #64D708: hue angle of 93.33º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64D708 is Cyan = 0.53, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 215 | 8 | - |
| CMYK | 0.53 | 0 | 0.96 | 0.16 |
| HSL | 93.33º | 0.93% | 0.44% | - |
| HSV(B) | 93.33º | 0.96% | 0.84% | - |
| XYZ | 29.6 | 51.33 | 8.58 | - |
| YUV | 157.02 | 43.9 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 215 | 8 | 0.53 | 0 | 0.96 | 0.16 | 93.33 | 0.93 | 0.44 |
| Hex | 64 | D7 | 8 | 35 | 0 | 60 | 10 | 5D | 5D | 2C |
| Octal | 144 | 327 | 10 | 65 | 0 | 140 | 20 | 135 | 135 | 54 |
| Binary | 1100100 | 11010111 | 1000 | 110101 | 0 | 1100000 | 10000 | 1011101 | 1011101 | 101100 |
Color Harmonies of #64D708
Complementary color
Monochromatic Colors of #64D708
Black with #64D708
Text Example
Text Example
White with #64D708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D708; }
p { color: rgb(100,215,8); }
H1.HeaderClassName
{
color: #64D708;
}
.AnyTagClassName
{
color: #64D708;
}
</style>
background-color css
<style>
a { background-color: #64D708; }
a { background-color: rgb(100,215,8); }
div.DivClassName
{
background-color: #64D708;
}
.BgClassName
{
background-color: #64D708;
}
</style>
border-color css
<style>
span { border-color: #64D708; }
span { border-color: rgb(100,215,8); }
td.TdClassName
{
border-color: #64D708;
}
.TagClassName
{
border-color: #64D708;
}
</style>