Shades of Spring Green #06FC68
Tints of Spring Green #06FC68
RGB
CMYK
RGB Variations
Color information
#06FC68 (or 0x06FC68) is known color: Spring Green. HEX triplet: 06, FC and 68. RGB value is (6,252,104). Sum of RGB (Red+Green+Blue) = 6+252+104=362 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 362); Green value is 252 (98.83% from 255 or 69.61% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 252 - color contains mainly: green. Hex color #06FC68 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06FC68 is #F90397. Grayscale: #A1A1A1. Windows color (decimal): -16319384 or 6880262. OLE color: 6880262.
HSL color Cylindrical-coordinate representation of color #06FC68: hue angle of 143.9º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FC68 is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 252 | 104 | - |
| CMYK | 0.98 | 0 | 0.59 | 0.01 |
| HSL | 143.9º | 0.98% | 0.51% | - |
| HSV(B) | 143.9º | 0.98% | 0.99% | - |
| XYZ | 37.38 | 70.66 | 24.76 | - |
| YUV | 161.57 | 95.5 | 17.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 252 | 104 | 0.98 | 0 | 0.59 | 0.01 | 143.9 | 0.98 | 0.51 |
| Hex | 6 | FC | 68 | 62 | 0 | 3B | 1 | 90 | 62 | 33 |
| Octal | 6 | 374 | 150 | 142 | 0 | 73 | 1 | 220 | 142 | 63 |
| Binary | 110 | 11111100 | 1101000 | 1100010 | 0 | 111011 | 1 | 10010000 | 1100010 | 110011 |
Color Harmonies of #06FC68
Complementary color
Monochromatic Colors of #06FC68
Black with #06FC68
Text Example
Text Example
White with #06FC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FC68; }
p { color: rgb(6,252,104); }
H1.HeaderClassName
{
color: #06FC68;
}
.AnyTagClassName
{
color: #06FC68;
}
</style>
background-color css
<style>
a { background-color: #06FC68; }
a { background-color: rgb(6,252,104); }
div.DivClassName
{
background-color: #06FC68;
}
.BgClassName
{
background-color: #06FC68;
}
</style>
border-color css
<style>
span { border-color: #06FC68; }
span { border-color: rgb(6,252,104); }
td.TdClassName
{
border-color: #06FC68;
}
.TagClassName
{
border-color: #06FC68;
}
</style>