Shades of Bright Green #64FF08
Tints of Bright Green #64FF08
RGB
CMYK
RGB Variations
Color information
#64FF08 (or 0x64FF08) is known color: Bright Green. HEX triplet: 64, FF and 08. RGB value is (100,255,8). Sum of RGB (Red+Green+Blue) = 100+255+8=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 255 (100% from 255 or 70.25% from 363); Blue value is 8 (3.52% from 255 or 2.20% from 363); Max value from RGB is 255 - color contains mainly: green. Hex color #64FF08 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64FF08 is #9B00F7. Grayscale: #B5B5B5. Windows color (decimal): -10158328 or 589668. OLE color: 589668.
HSL color Cylindrical-coordinate representation of color #64FF08: hue angle of 97.65º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #64FF08 is Cyan = 0.61, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 8 | - |
| CMYK | 0.61 | 0 | 0.97 | 0 |
| HSL | 97.65º | 1% | 0.52% | - |
| HSV(B) | 97.65º | 0.97% | 1% | - |
| XYZ | 41.06 | 74.25 | 12.4 | - |
| YUV | 180.5 | 30.65 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 8 | 0.61 | 0 | 0.97 | 0 | 97.65 | 1 | 0.52 |
| Hex | 64 | FF | 8 | 3D | 0 | 61 | 0 | 62 | 64 | 34 |
| Octal | 144 | 377 | 10 | 75 | 0 | 141 | 0 | 142 | 144 | 64 |
| Binary | 1100100 | 11111111 | 1000 | 111101 | 0 | 1100001 | 0 | 1100010 | 1100100 | 110100 |
Color Harmonies of #64FF08
Complementary color
Monochromatic Colors of #64FF08
Black with #64FF08
Text Example
Text Example
White with #64FF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FF08; }
p { color: rgb(100,255,8); }
H1.HeaderClassName
{
color: #64FF08;
}
.AnyTagClassName
{
color: #64FF08;
}
</style>
background-color css
<style>
a { background-color: #64FF08; }
a { background-color: rgb(100,255,8); }
div.DivClassName
{
background-color: #64FF08;
}
.BgClassName
{
background-color: #64FF08;
}
</style>
border-color css
<style>
span { border-color: #64FF08; }
span { border-color: rgb(100,255,8); }
td.TdClassName
{
border-color: #64FF08;
}
.TagClassName
{
border-color: #64FF08;
}
</style>