Shades of Spring Green #06FF7C
Tints of Spring Green #06FF7C
RGB
CMYK
RGB Variations
Color information
#06FF7C (or 0x06FF7C) is known color: Spring Green. HEX triplet: 06, FF and 7C. RGB value is (6,255,124). Sum of RGB (Red+Green+Blue) = 6+255+124=385 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 385); Green value is 255 (100% from 255 or 66.23% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 255 - color contains mainly: green. Hex color #06FF7C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06FF7C is #F90083. Grayscale: #A5A5A5. Windows color (decimal): -16318596 or 8191750. OLE color: 8191750.
HSL color Cylindrical-coordinate representation of color #06FF7C: hue angle of 148.43º 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 #06FF7C is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 124 | - |
| CMYK | 0.98 | 0 | 0.51 | 0 |
| HSL | 148.43º | 1% | 0.51% | - |
| HSV(B) | 148.43º | 0.98% | 1% | - |
| XYZ | 39.47 | 73.01 | 31.08 | - |
| YUV | 165.62 | 104.51 | 14.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 124 | 0.98 | 0 | 0.51 | 0 | 148.43 | 1 | 0.51 |
| Hex | 6 | FF | 7C | 62 | 0 | 33 | 0 | 94 | 64 | 33 |
| Octal | 6 | 377 | 174 | 142 | 0 | 63 | 0 | 224 | 144 | 63 |
| Binary | 110 | 11111111 | 1111100 | 1100010 | 0 | 110011 | 0 | 10010100 | 1100100 | 110011 |
Color Harmonies of #06FF7C
Complementary color
Monochromatic Colors of #06FF7C
Black with #06FF7C
Text Example
Text Example
White with #06FF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FF7C; }
p { color: rgb(6,255,124); }
H1.HeaderClassName
{
color: #06FF7C;
}
.AnyTagClassName
{
color: #06FF7C;
}
</style>
background-color css
<style>
a { background-color: #06FF7C; }
a { background-color: rgb(6,255,124); }
div.DivClassName
{
background-color: #06FF7C;
}
.BgClassName
{
background-color: #06FF7C;
}
</style>
border-color css
<style>
span { border-color: #06FF7C; }
span { border-color: rgb(6,255,124); }
td.TdClassName
{
border-color: #06FF7C;
}
.TagClassName
{
border-color: #06FF7C;
}
</style>