Shades of Bright Green #64F019
Tints of Bright Green #64F019
RGB
CMYK
RGB Variations
Color information
#64F019 (or 0x64F019) is known color: Bright Green. HEX triplet: 64, F0 and 19. RGB value is (100,240,25). Sum of RGB (Red+Green+Blue) = 100+240+25=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 240 (94.14% from 255 or 65.75% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 240 - color contains mainly: green. Hex color #64F019 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64F019 is #9B0FE6. Grayscale: #AEAEAE. Windows color (decimal): -10162151 or 1699940. OLE color: 1699940.
HSL color Cylindrical-coordinate representation of color #64F019: hue angle of 99.07º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64F019 is Cyan = 0.58, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 240 | 25 | - |
| CMYK | 0.58 | 0 | 0.90 | 0.06 |
| HSL | 99.07º | 0.88% | 0.52% | - |
| HSV(B) | 99.07º | 0.9% | 0.94% | - |
| XYZ | 36.59 | 65.1 | 11.56 | - |
| YUV | 173.63 | 44.12 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 240 | 25 | 0.58 | 0 | 0.90 | 0.06 | 99.07 | 0.88 | 0.52 |
| Hex | 64 | F0 | 19 | 3A | 0 | 5A | 6 | 63 | 58 | 34 |
| Octal | 144 | 360 | 31 | 72 | 0 | 132 | 6 | 143 | 130 | 64 |
| Binary | 1100100 | 11110000 | 11001 | 111010 | 0 | 1011010 | 110 | 1100011 | 1011000 | 110100 |
Color Harmonies of #64F019
Complementary color
Monochromatic Colors of #64F019
Black with #64F019
Text Example
Text Example
White with #64F019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F019; }
p { color: rgb(100,240,25); }
H1.HeaderClassName
{
color: #64F019;
}
.AnyTagClassName
{
color: #64F019;
}
</style>
background-color css
<style>
a { background-color: #64F019; }
a { background-color: rgb(100,240,25); }
div.DivClassName
{
background-color: #64F019;
}
.BgClassName
{
background-color: #64F019;
}
</style>
border-color css
<style>
span { border-color: #64F019; }
span { border-color: rgb(100,240,25); }
td.TdClassName
{
border-color: #64F019;
}
.TagClassName
{
border-color: #64F019;
}
</style>