Shades of Bright Green #64F319
Tints of Bright Green #64F319
RGB
CMYK
RGB Variations
Color information
#64F319 (or 0x64F319) is known color: Bright Green. HEX triplet: 64, F3 and 19. RGB value is (100,243,25). Sum of RGB (Red+Green+Blue) = 100+243+25=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 243 (95.31% from 255 or 66.03% from 368); Blue value is 25 (10.16% from 255 or 6.79% from 368); Max value from RGB is 243 - color contains mainly: green. Hex color #64F319 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64F319 is #9B0CE6. Grayscale: #B0B0B0. Windows color (decimal): -10161383 or 1700708. OLE color: 1700708.
HSL color Cylindrical-coordinate representation of color #64F319: hue angle of 99.36º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64F319 is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 243 | 25 | - |
| CMYK | 0.59 | 0 | 0.90 | 0.05 |
| HSL | 99.36º | 0.9% | 0.53% | - |
| HSV(B) | 99.36º | 0.9% | 0.95% | - |
| XYZ | 37.48 | 66.88 | 11.85 | - |
| YUV | 175.39 | 43.12 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 243 | 25 | 0.59 | 0 | 0.90 | 0.05 | 99.36 | 0.9 | 0.53 |
| Hex | 64 | F3 | 19 | 3B | 0 | 5A | 5 | 63 | 5A | 35 |
| Octal | 144 | 363 | 31 | 73 | 0 | 132 | 5 | 143 | 132 | 65 |
| Binary | 1100100 | 11110011 | 11001 | 111011 | 0 | 1011010 | 101 | 1100011 | 1011010 | 110101 |
Color Harmonies of #64F319
Complementary color
Monochromatic Colors of #64F319
Black with #64F319
Text Example
Text Example
White with #64F319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F319; }
p { color: rgb(100,243,25); }
H1.HeaderClassName
{
color: #64F319;
}
.AnyTagClassName
{
color: #64F319;
}
</style>
background-color css
<style>
a { background-color: #64F319; }
a { background-color: rgb(100,243,25); }
div.DivClassName
{
background-color: #64F319;
}
.BgClassName
{
background-color: #64F319;
}
</style>
border-color css
<style>
span { border-color: #64F319; }
span { border-color: rgb(100,243,25); }
td.TdClassName
{
border-color: #64F319;
}
.TagClassName
{
border-color: #64F319;
}
</style>