Shades of Spring Green #06F774
Tints of Spring Green #06F774
RGB
CMYK
RGB Variations
Color information
#06F774 (or 0x06F774) is known color: Spring Green. HEX triplet: 06, F7 and 74. RGB value is (6,247,116). Sum of RGB (Red+Green+Blue) = 6+247+116=369 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 369); Green value is 247 (96.88% from 255 or 66.94% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 247 - color contains mainly: green. Hex color #06F774 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06F774 is #F9088B. Grayscale: #A0A0A0. Windows color (decimal): -16320652 or 7665414. OLE color: 7665414.
HSL color Cylindrical-coordinate representation of color #06F774: hue angle of 147.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 #06F774 is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 6 | 247 | 116 | - |
| CMYK | 0.98 | 0 | 0.53 | 0.03 |
| HSL | 147.39º | 0.95% | 0.5% | - |
| HSV(B) | 147.39º | 0.98% | 0.97% | - |
| XYZ | 36.49 | 67.82 | 27.69 | - |
| YUV | 160.01 | 103.16 | 18.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 247 | 116 | 0.98 | 0 | 0.53 | 0.03 | 147.39 | 0.95 | 0.5 |
| Hex | 6 | F7 | 74 | 62 | 0 | 35 | 3 | 93 | 5F | 32 |
| Octal | 6 | 367 | 164 | 142 | 0 | 65 | 3 | 223 | 137 | 62 |
| Binary | 110 | 11110111 | 1110100 | 1100010 | 0 | 110101 | 11 | 10010011 | 1011111 | 110010 |
Color Harmonies of #06F774
Complementary color
Monochromatic Colors of #06F774
Black with #06F774
Text Example
Text Example
White with #06F774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F774; }
p { color: rgb(6,247,116); }
H1.HeaderClassName
{
color: #06F774;
}
.AnyTagClassName
{
color: #06F774;
}
</style>
background-color css
<style>
a { background-color: #06F774; }
a { background-color: rgb(6,247,116); }
div.DivClassName
{
background-color: #06F774;
}
.BgClassName
{
background-color: #06F774;
}
</style>
border-color css
<style>
span { border-color: #06F774; }
span { border-color: rgb(6,247,116); }
td.TdClassName
{
border-color: #06F774;
}
.TagClassName
{
border-color: #06F774;
}
</style>