Shades of Bright Green #64FA04
Tints of Bright Green #64FA04
RGB
CMYK
RGB Variations
Color information
#64FA04 (or 0x64FA04) is known color: Bright Green. HEX triplet: 64, FA and 04. RGB value is (100,250,4). Sum of RGB (Red+Green+Blue) = 100+250+4=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 250 (98.05% from 255 or 70.62% from 354); Blue value is 4 (1.95% from 255 or 1.13% from 354); Max value from RGB is 250 - color contains mainly: green. Hex color #64FA04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64FA04 is #9B05FB. Grayscale: #B1B1B1. Windows color (decimal): -10159612 or 326244. OLE color: 326244.
HSL color Cylindrical-coordinate representation of color #64FA04: hue angle of 96.59º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64FA04 is Cyan = 0.6, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 250 | 4 | - |
| CMYK | 0.6 | 0 | 0.98 | 0.02 |
| HSL | 96.59º | 0.97% | 0.5% | - |
| HSV(B) | 96.59º | 0.98% | 0.98% | - |
| XYZ | 39.46 | 71.09 | 11.76 | - |
| YUV | 177.11 | 30.31 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 250 | 4 | 0.6 | 0 | 0.98 | 0.02 | 96.59 | 0.97 | 0.5 |
| Hex | 64 | FA | 4 | 3C | 0 | 62 | 2 | 61 | 61 | 32 |
| Octal | 144 | 372 | 4 | 74 | 0 | 142 | 2 | 141 | 141 | 62 |
| Binary | 1100100 | 11111010 | 100 | 111100 | 0 | 1100010 | 10 | 1100001 | 1100001 | 110010 |
Color Harmonies of #64FA04
Complementary color
Monochromatic Colors of #64FA04
Black with #64FA04
Text Example
Text Example
White with #64FA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FA04; }
p { color: rgb(100,250,4); }
H1.HeaderClassName
{
color: #64FA04;
}
.AnyTagClassName
{
color: #64FA04;
}
</style>
background-color css
<style>
a { background-color: #64FA04; }
a { background-color: rgb(100,250,4); }
div.DivClassName
{
background-color: #64FA04;
}
.BgClassName
{
background-color: #64FA04;
}
</style>
border-color css
<style>
span { border-color: #64FA04; }
span { border-color: rgb(100,250,4); }
td.TdClassName
{
border-color: #64FA04;
}
.TagClassName
{
border-color: #64FA04;
}
</style>