Shades of Spring Green #05FC6E
Tints of Spring Green #05FC6E
RGB
CMYK
RGB Variations
Color information
#05FC6E (or 0x05FC6E) is known color: Spring Green. HEX triplet: 05, FC and 6E. RGB value is (5,252,110). Sum of RGB (Red+Green+Blue) = 5+252+110=367 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 367); Green value is 252 (98.83% from 255 or 68.66% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 252 - color contains mainly: green. Hex color #05FC6E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05FC6E is #FA0391. Grayscale: #A2A2A2. Windows color (decimal): -16384914 or 7273477. OLE color: 7273477.
HSL color Cylindrical-coordinate representation of color #05FC6E: hue angle of 145.51º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FC6E is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 252 | 110 | - |
| CMYK | 0.98 | 0 | 0.56 | 0.01 |
| HSL | 145.51º | 0.98% | 0.5% | - |
| HSV(B) | 145.51º | 0.98% | 0.99% | - |
| XYZ | 37.69 | 70.78 | 26.43 | - |
| YUV | 161.96 | 98.67 | 16.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 252 | 110 | 0.98 | 0 | 0.56 | 0.01 | 145.51 | 0.98 | 0.5 |
| Hex | 5 | FC | 6E | 62 | 0 | 38 | 1 | 92 | 62 | 32 |
| Octal | 5 | 374 | 156 | 142 | 0 | 70 | 1 | 222 | 142 | 62 |
| Binary | 101 | 11111100 | 1101110 | 1100010 | 0 | 111000 | 1 | 10010010 | 1100010 | 110010 |
Color Harmonies of #05FC6E
Complementary color
Monochromatic Colors of #05FC6E
Black with #05FC6E
Text Example
Text Example
White with #05FC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FC6E; }
p { color: rgb(5,252,110); }
H1.HeaderClassName
{
color: #05FC6E;
}
.AnyTagClassName
{
color: #05FC6E;
}
</style>
background-color css
<style>
a { background-color: #05FC6E; }
a { background-color: rgb(5,252,110); }
div.DivClassName
{
background-color: #05FC6E;
}
.BgClassName
{
background-color: #05FC6E;
}
</style>
border-color css
<style>
span { border-color: #05FC6E; }
span { border-color: rgb(5,252,110); }
td.TdClassName
{
border-color: #05FC6E;
}
.TagClassName
{
border-color: #05FC6E;
}
</style>