Shades of Bright Green #64F919
Tints of Bright Green #64F919
RGB
CMYK
RGB Variations
Color information
#64F919 (or 0x64F919) is known color: Bright Green. HEX triplet: 64, F9 and 19. RGB value is (100,249,25). Sum of RGB (Red+Green+Blue) = 100+249+25=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 249 (97.66% from 255 or 66.58% from 374); Blue value is 25 (10.16% from 255 or 6.68% from 374); Max value from RGB is 249 - color contains mainly: green. Hex color #64F919 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64F919 is #9B06E6. Grayscale: #B3B3B3. Windows color (decimal): -10159847 or 1702244. OLE color: 1702244.
HSL color Cylindrical-coordinate representation of color #64F919: hue angle of 99.91º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64F919 is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 249 | 25 | - |
| CMYK | 0.60 | 0 | 0.90 | 0.02 |
| HSL | 99.91º | 0.95% | 0.54% | - |
| HSV(B) | 99.91º | 0.9% | 0.98% | - |
| XYZ | 39.31 | 70.53 | 12.46 | - |
| YUV | 178.91 | 41.14 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 249 | 25 | 0.60 | 0 | 0.90 | 0.02 | 99.91 | 0.95 | 0.54 |
| Hex | 64 | F9 | 19 | 3C | 0 | 5A | 2 | 64 | 5F | 36 |
| Octal | 144 | 371 | 31 | 74 | 0 | 132 | 2 | 144 | 137 | 66 |
| Binary | 1100100 | 11111001 | 11001 | 111100 | 0 | 1011010 | 10 | 1100100 | 1011111 | 110110 |
Color Harmonies of #64F919
Complementary color
Monochromatic Colors of #64F919
Black with #64F919
Text Example
Text Example
White with #64F919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F919; }
p { color: rgb(100,249,25); }
H1.HeaderClassName
{
color: #64F919;
}
.AnyTagClassName
{
color: #64F919;
}
</style>
background-color css
<style>
a { background-color: #64F919; }
a { background-color: rgb(100,249,25); }
div.DivClassName
{
background-color: #64F919;
}
.BgClassName
{
background-color: #64F919;
}
</style>
border-color css
<style>
span { border-color: #64F919; }
span { border-color: rgb(100,249,25); }
td.TdClassName
{
border-color: #64F919;
}
.TagClassName
{
border-color: #64F919;
}
</style>