Shades of Bright Green #64FA13
Tints of Bright Green #64FA13
RGB
CMYK
RGB Variations
Color information
#64FA13 (or 0x64FA13) is known color: Bright Green. HEX triplet: 64, FA and 13. RGB value is (100,250,19). Sum of RGB (Red+Green+Blue) = 100+250+19=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 250 (98.05% from 255 or 67.75% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 250 - color contains mainly: green. Hex color #64FA13 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64FA13 is #9B05EC. Grayscale: #B3B3B3. Windows color (decimal): -10159597 or 1309284. OLE color: 1309284.
HSL color Cylindrical-coordinate representation of color #64FA13: hue angle of 98.96º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #64FA13 is Cyan = 0.6, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 250 | 19 | - |
| CMYK | 0.6 | 0 | 0.92 | 0.02 |
| HSL | 98.96º | 0.96% | 0.53% | - |
| HSV(B) | 98.96º | 0.92% | 0.98% | - |
| XYZ | 39.56 | 71.13 | 12.26 | - |
| YUV | 178.82 | 37.81 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 250 | 19 | 0.6 | 0 | 0.92 | 0.02 | 98.96 | 0.96 | 0.53 |
| Hex | 64 | FA | 13 | 3C | 0 | 5C | 2 | 63 | 60 | 35 |
| Octal | 144 | 372 | 23 | 74 | 0 | 134 | 2 | 143 | 140 | 65 |
| Binary | 1100100 | 11111010 | 10011 | 111100 | 0 | 1011100 | 10 | 1100011 | 1100000 | 110101 |
Color Harmonies of #64FA13
Complementary color
Monochromatic Colors of #64FA13
Black with #64FA13
Text Example
Text Example
White with #64FA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FA13; }
p { color: rgb(100,250,19); }
H1.HeaderClassName
{
color: #64FA13;
}
.AnyTagClassName
{
color: #64FA13;
}
</style>
background-color css
<style>
a { background-color: #64FA13; }
a { background-color: rgb(100,250,19); }
div.DivClassName
{
background-color: #64FA13;
}
.BgClassName
{
background-color: #64FA13;
}
</style>
border-color css
<style>
span { border-color: #64FA13; }
span { border-color: rgb(100,250,19); }
td.TdClassName
{
border-color: #64FA13;
}
.TagClassName
{
border-color: #64FA13;
}
</style>