Shades of Bright Green #64E104
Tints of Bright Green #64E104
RGB
CMYK
RGB Variations
Color information
#64E104 (or 0x64E104) is known color: Bright Green. HEX triplet: 64, E1 and 04. RGB value is (100,225,4). Sum of RGB (Red+Green+Blue) = 100+225+4=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 225 (88.28% from 255 or 68.39% from 329); Blue value is 4 (1.95% from 255 or 1.22% from 329); Max value from RGB is 225 - color contains mainly: green. Hex color #64E104 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64E104 is #9B1EFB. Grayscale: #A3A3A3. Windows color (decimal): -10166012 or 319844. OLE color: 319844.
HSL color Cylindrical-coordinate representation of color #64E104: hue angle of 93.94º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64E104 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 225 | 4 | - |
| CMYK | 0.56 | 0 | 0.98 | 0.12 |
| HSL | 93.94º | 0.97% | 0.45% | - |
| HSV(B) | 93.94º | 0.98% | 0.88% | - |
| XYZ | 32.2 | 56.57 | 9.34 | - |
| YUV | 162.43 | 38.59 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 225 | 4 | 0.56 | 0 | 0.98 | 0.12 | 93.94 | 0.97 | 0.45 |
| Hex | 64 | E1 | 4 | 38 | 0 | 62 | C | 5E | 61 | 2D |
| Octal | 144 | 341 | 4 | 70 | 0 | 142 | 14 | 136 | 141 | 55 |
| Binary | 1100100 | 11100001 | 100 | 111000 | 0 | 1100010 | 1100 | 1011110 | 1100001 | 101101 |
Color Harmonies of #64E104
Complementary color
Monochromatic Colors of #64E104
Black with #64E104
Text Example
Text Example
White with #64E104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64E104; }
p { color: rgb(100,225,4); }
H1.HeaderClassName
{
color: #64E104;
}
.AnyTagClassName
{
color: #64E104;
}
</style>
background-color css
<style>
a { background-color: #64E104; }
a { background-color: rgb(100,225,4); }
div.DivClassName
{
background-color: #64E104;
}
.BgClassName
{
background-color: #64E104;
}
</style>
border-color css
<style>
span { border-color: #64E104; }
span { border-color: rgb(100,225,4); }
td.TdClassName
{
border-color: #64E104;
}
.TagClassName
{
border-color: #64E104;
}
</style>