Shades of Bright Green #64F419
Tints of Bright Green #64F419
RGB
CMYK
RGB Variations
Color information
#64F419 (or 0x64F419) is known color: Bright Green. HEX triplet: 64, F4 and 19. RGB value is (100,244,25). Sum of RGB (Red+Green+Blue) = 100+244+25=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 244 (95.70% from 255 or 66.12% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 244 - color contains mainly: green. Hex color #64F419 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64F419 is #9B0BE6. Grayscale: #B0B0B0. Windows color (decimal): -10161127 or 1700964. OLE color: 1700964.
HSL color Cylindrical-coordinate representation of color #64F419: hue angle of 99.45º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64F419 is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 244 | 25 | - |
| CMYK | 0.59 | 0 | 0.90 | 0.04 |
| HSL | 99.45º | 0.91% | 0.53% | - |
| HSV(B) | 99.45º | 0.9% | 0.96% | - |
| XYZ | 37.78 | 67.48 | 11.95 | - |
| YUV | 175.98 | 42.79 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 244 | 25 | 0.59 | 0 | 0.90 | 0.04 | 99.45 | 0.91 | 0.53 |
| Hex | 64 | F4 | 19 | 3B | 0 | 5A | 4 | 63 | 5B | 35 |
| Octal | 144 | 364 | 31 | 73 | 0 | 132 | 4 | 143 | 133 | 65 |
| Binary | 1100100 | 11110100 | 11001 | 111011 | 0 | 1011010 | 100 | 1100011 | 1011011 | 110101 |
Color Harmonies of #64F419
Complementary color
Monochromatic Colors of #64F419
Black with #64F419
Text Example
Text Example
White with #64F419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F419; }
p { color: rgb(100,244,25); }
H1.HeaderClassName
{
color: #64F419;
}
.AnyTagClassName
{
color: #64F419;
}
</style>
background-color css
<style>
a { background-color: #64F419; }
a { background-color: rgb(100,244,25); }
div.DivClassName
{
background-color: #64F419;
}
.BgClassName
{
background-color: #64F419;
}
</style>
border-color css
<style>
span { border-color: #64F419; }
span { border-color: rgb(100,244,25); }
td.TdClassName
{
border-color: #64F419;
}
.TagClassName
{
border-color: #64F419;
}
</style>