Shades of Spring Green #06F770
Tints of Spring Green #06F770
RGB
CMYK
RGB Variations
Color information
#06F770 (or 0x06F770) is known color: Spring Green. HEX triplet: 06, F7 and 70. RGB value is (6,247,112). Sum of RGB (Red+Green+Blue) = 6+247+112=365 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 365); Green value is 247 (96.88% from 255 or 67.67% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 247 - color contains mainly: green. Hex color #06F770 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06F770 is #F9088F. Grayscale: #9F9F9F. Windows color (decimal): -16320656 or 7403270. OLE color: 7403270.
HSL color Cylindrical-coordinate representation of color #06F770: hue angle of 146.39º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06F770 is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 6 | 247 | 112 | - |
| CMYK | 0.98 | 0 | 0.55 | 0.03 |
| HSL | 146.39º | 0.95% | 0.5% | - |
| HSV(B) | 146.39º | 0.98% | 0.97% | - |
| XYZ | 36.26 | 67.73 | 26.49 | - |
| YUV | 159.55 | 101.16 | 18.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 247 | 112 | 0.98 | 0 | 0.55 | 0.03 | 146.39 | 0.95 | 0.5 |
| Hex | 6 | F7 | 70 | 62 | 0 | 37 | 3 | 92 | 5F | 32 |
| Octal | 6 | 367 | 160 | 142 | 0 | 67 | 3 | 222 | 137 | 62 |
| Binary | 110 | 11110111 | 1110000 | 1100010 | 0 | 110111 | 11 | 10010010 | 1011111 | 110010 |
Color Harmonies of #06F770
Complementary color
Monochromatic Colors of #06F770
Black with #06F770
Text Example
Text Example
White with #06F770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F770; }
p { color: rgb(6,247,112); }
H1.HeaderClassName
{
color: #06F770;
}
.AnyTagClassName
{
color: #06F770;
}
</style>
background-color css
<style>
a { background-color: #06F770; }
a { background-color: rgb(6,247,112); }
div.DivClassName
{
background-color: #06F770;
}
.BgClassName
{
background-color: #06F770;
}
</style>
border-color css
<style>
span { border-color: #06F770; }
span { border-color: rgb(6,247,112); }
td.TdClassName
{
border-color: #06F770;
}
.TagClassName
{
border-color: #06F770;
}
</style>