Shades of Spring Green #06FF64
Tints of Spring Green #06FF64
RGB
CMYK
RGB Variations
Color information
#06FF64 (or 0x06FF64) is known color: Spring Green. HEX triplet: 06, FF and 64. RGB value is (6,255,100). Sum of RGB (Red+Green+Blue) = 6+255+100=361 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 361); Green value is 255 (100% from 255 or 70.64% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 255 - color contains mainly: green. Hex color #06FF64 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06FF64 is #F9009B. Grayscale: #A3A3A3. Windows color (decimal): -16318620 or 6618886. OLE color: 6618886.
HSL color Cylindrical-coordinate representation of color #06FF64: hue angle of 142.65º 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 #06FF64 is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 100 | - |
| CMYK | 0.98 | 0 | 0.61 | 0 |
| HSL | 142.65º | 1% | 0.51% | - |
| HSV(B) | 142.65º | 0.98% | 1% | - |
| XYZ | 38.14 | 72.48 | 24.04 | - |
| YUV | 162.88 | 92.51 | 16.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 100 | 0.98 | 0 | 0.61 | 0 | 142.65 | 1 | 0.51 |
| Hex | 6 | FF | 64 | 62 | 0 | 3D | 0 | 8F | 64 | 33 |
| Octal | 6 | 377 | 144 | 142 | 0 | 75 | 0 | 217 | 144 | 63 |
| Binary | 110 | 11111111 | 1100100 | 1100010 | 0 | 111101 | 0 | 10001111 | 1100100 | 110011 |
Color Harmonies of #06FF64
Complementary color
Monochromatic Colors of #06FF64
Black with #06FF64
Text Example
Text Example
White with #06FF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FF64; }
p { color: rgb(6,255,100); }
H1.HeaderClassName
{
color: #06FF64;
}
.AnyTagClassName
{
color: #06FF64;
}
</style>
background-color css
<style>
a { background-color: #06FF64; }
a { background-color: rgb(6,255,100); }
div.DivClassName
{
background-color: #06FF64;
}
.BgClassName
{
background-color: #06FF64;
}
</style>
border-color css
<style>
span { border-color: #06FF64; }
span { border-color: rgb(6,255,100); }
td.TdClassName
{
border-color: #06FF64;
}
.TagClassName
{
border-color: #06FF64;
}
</style>