Shades of Bright Green #64FA03
Tints of Bright Green #64FA03
RGB
CMYK
RGB Variations
Color information
#64FA03 (or 0x64FA03) is known color: Bright Green. HEX triplet: 64, FA and 03. RGB value is (100,250,3). Sum of RGB (Red+Green+Blue) = 100+250+3=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 250 (98.05% from 255 or 70.82% from 353); Blue value is 3 (1.56% from 255 or 0.85% from 353); Max value from RGB is 250 - color contains mainly: green. Hex color #64FA03 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64FA03 is #9B05FC. Grayscale: #B1B1B1. Windows color (decimal): -10159613 or 260708. OLE color: 260708.
HSL color Cylindrical-coordinate representation of color #64FA03: hue angle of 96.44º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64FA03 is Cyan = 0.6, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 250 | 3 | - |
| CMYK | 0.6 | 0 | 0.99 | 0.02 |
| HSL | 96.44º | 0.98% | 0.5% | - |
| HSV(B) | 96.44º | 0.99% | 0.98% | - |
| XYZ | 39.46 | 71.09 | 11.73 | - |
| YUV | 176.99 | 29.81 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 250 | 3 | 0.6 | 0 | 0.99 | 0.02 | 96.44 | 0.98 | 0.5 |
| Hex | 64 | FA | 3 | 3C | 0 | 63 | 2 | 60 | 62 | 32 |
| Octal | 144 | 372 | 3 | 74 | 0 | 143 | 2 | 140 | 142 | 62 |
| Binary | 1100100 | 11111010 | 11 | 111100 | 0 | 1100011 | 10 | 1100000 | 1100010 | 110010 |
Color Harmonies of #64FA03
Complementary color
Monochromatic Colors of #64FA03
Black with #64FA03
Text Example
Text Example
White with #64FA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FA03; }
p { color: rgb(100,250,3); }
H1.HeaderClassName
{
color: #64FA03;
}
.AnyTagClassName
{
color: #64FA03;
}
</style>
background-color css
<style>
a { background-color: #64FA03; }
a { background-color: rgb(100,250,3); }
div.DivClassName
{
background-color: #64FA03;
}
.BgClassName
{
background-color: #64FA03;
}
</style>
border-color css
<style>
span { border-color: #64FA03; }
span { border-color: rgb(100,250,3); }
td.TdClassName
{
border-color: #64FA03;
}
.TagClassName
{
border-color: #64FA03;
}
</style>