Shades of Bright Green #64F304
Tints of Bright Green #64F304
RGB
CMYK
RGB Variations
Color information
#64F304 (or 0x64F304) is known color: Bright Green. HEX triplet: 64, F3 and 04. RGB value is (100,243,4). Sum of RGB (Red+Green+Blue) = 100+243+4=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 243 (95.31% from 255 or 70.03% from 347); Blue value is 4 (1.95% from 255 or 1.15% from 347); Max value from RGB is 243 - color contains mainly: green. Hex color #64F304 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #64F304 is #9B0CFB. Grayscale: #ADADAD. Windows color (decimal): -10161404 or 324452. OLE color: 324452.
HSL color Cylindrical-coordinate representation of color #64F304: hue angle of 95.9º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64F304 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 243 | 4 | - |
| CMYK | 0.59 | 0 | 0.98 | 0.05 |
| HSL | 95.9º | 0.97% | 0.48% | - |
| HSV(B) | 95.9º | 0.98% | 0.95% | - |
| XYZ | 37.33 | 66.82 | 11.04 | - |
| YUV | 173 | 32.62 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 243 | 4 | 0.59 | 0 | 0.98 | 0.05 | 95.9 | 0.97 | 0.48 |
| Hex | 64 | F3 | 4 | 3B | 0 | 62 | 5 | 60 | 61 | 30 |
| Octal | 144 | 363 | 4 | 73 | 0 | 142 | 5 | 140 | 141 | 60 |
| Binary | 1100100 | 11110011 | 100 | 111011 | 0 | 1100010 | 101 | 1100000 | 1100001 | 110000 |
Color Harmonies of #64F304
Complementary color
Monochromatic Colors of #64F304
Black with #64F304
Text Example
Text Example
White with #64F304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F304; }
p { color: rgb(100,243,4); }
H1.HeaderClassName
{
color: #64F304;
}
.AnyTagClassName
{
color: #64F304;
}
</style>
background-color css
<style>
a { background-color: #64F304; }
a { background-color: rgb(100,243,4); }
div.DivClassName
{
background-color: #64F304;
}
.BgClassName
{
background-color: #64F304;
}
</style>
border-color css
<style>
span { border-color: #64F304; }
span { border-color: rgb(100,243,4); }
td.TdClassName
{
border-color: #64F304;
}
.TagClassName
{
border-color: #64F304;
}
</style>