Shades of Spring Green #06F87F
Tints of Spring Green #06F87F
RGB
CMYK
RGB Variations
Color information
#06F87F (or 0x06F87F) is known color: Spring Green. HEX triplet: 06, F8 and 7F. RGB value is (6,248,127). Sum of RGB (Red+Green+Blue) = 6+248+127=381 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 381); Green value is 248 (97.27% from 255 or 65.09% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 248 - color contains mainly: green. Hex color #06F87F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06F87F is #F90780. Grayscale: #A2A2A2. Windows color (decimal): -16320385 or 8386566. OLE color: 8386566.
HSL color Cylindrical-coordinate representation of color #06F87F: hue angle of 150º 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 #06F87F is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 6 | 248 | 127 | - |
| CMYK | 0.98 | 0 | 0.49 | 0.03 |
| HSL | 150º | 0.95% | 0.5% | - |
| HSV(B) | 150º | 0.98% | 0.97% | - |
| XYZ | 37.47 | 68.71 | 31.37 | - |
| YUV | 161.85 | 108.33 | 16.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 248 | 127 | 0.98 | 0 | 0.49 | 0.03 | 150 | 0.95 | 0.5 |
| Hex | 6 | F8 | 7F | 62 | 0 | 31 | 3 | 96 | 5F | 32 |
| Octal | 6 | 370 | 177 | 142 | 0 | 61 | 3 | 226 | 137 | 62 |
| Binary | 110 | 11111000 | 1111111 | 1100010 | 0 | 110001 | 11 | 10010110 | 1011111 | 110010 |
Color Harmonies of #06F87F
Complementary color
Monochromatic Colors of #06F87F
Black with #06F87F
Text Example
Text Example
White with #06F87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F87F; }
p { color: rgb(6,248,127); }
H1.HeaderClassName
{
color: #06F87F;
}
.AnyTagClassName
{
color: #06F87F;
}
</style>
background-color css
<style>
a { background-color: #06F87F; }
a { background-color: rgb(6,248,127); }
div.DivClassName
{
background-color: #06F87F;
}
.BgClassName
{
background-color: #06F87F;
}
</style>
border-color css
<style>
span { border-color: #06F87F; }
span { border-color: rgb(6,248,127); }
td.TdClassName
{
border-color: #06F87F;
}
.TagClassName
{
border-color: #06F87F;
}
</style>