Shades of Spring Green #04FF64
Tints of Spring Green #04FF64
RGB
CMYK
RGB Variations
Color information
#04FF64 (or 0x04FF64) is known color: Spring Green. HEX triplet: 04, FF and 64. RGB value is (4,255,100). Sum of RGB (Red+Green+Blue) = 4+255+100=359 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 359); Green value is 255 (100% from 255 or 71.03% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 255 - color contains mainly: green. Hex color #04FF64 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04FF64 is #FB009B. Grayscale: #A2A2A2. Windows color (decimal): -16449692 or 6618884. OLE color: 6618884.
HSL color Cylindrical-coordinate representation of color #04FF64: hue angle of 142.95º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FF64 is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 255 | 100 | - |
| CMYK | 0.98 | 0 | 0.61 | 0 |
| HSL | 142.95º | 1% | 0.51% | - |
| HSV(B) | 142.95º | 0.98% | 1% | - |
| XYZ | 38.11 | 72.47 | 24.04 | - |
| YUV | 162.28 | 92.84 | 15.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 255 | 100 | 0.98 | 0 | 0.61 | 0 | 142.95 | 1 | 0.51 |
| Hex | 4 | FF | 64 | 62 | 0 | 3D | 0 | 8F | 64 | 33 |
| Octal | 4 | 377 | 144 | 142 | 0 | 75 | 0 | 217 | 144 | 63 |
| Binary | 100 | 11111111 | 1100100 | 1100010 | 0 | 111101 | 0 | 10001111 | 1100100 | 110011 |
Color Harmonies of #04FF64
Complementary color
Monochromatic Colors of #04FF64
Black with #04FF64
Text Example
Text Example
White with #04FF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FF64; }
p { color: rgb(4,255,100); }
H1.HeaderClassName
{
color: #04FF64;
}
.AnyTagClassName
{
color: #04FF64;
}
</style>
background-color css
<style>
a { background-color: #04FF64; }
a { background-color: rgb(4,255,100); }
div.DivClassName
{
background-color: #04FF64;
}
.BgClassName
{
background-color: #04FF64;
}
</style>
border-color css
<style>
span { border-color: #04FF64; }
span { border-color: rgb(4,255,100); }
td.TdClassName
{
border-color: #04FF64;
}
.TagClassName
{
border-color: #04FF64;
}
</style>