Shades of Spring Green #05FC7A
Tints of Spring Green #05FC7A
RGB
CMYK
RGB Variations
Color information
#05FC7A (or 0x05FC7A) is known color: Spring Green. HEX triplet: 05, FC and 7A. RGB value is (5,252,122). Sum of RGB (Red+Green+Blue) = 5+252+122=379 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.32% from 379); Green value is 252 (98.83% from 255 or 66.49% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 252 - color contains mainly: green. Hex color #05FC7A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05FC7A is #FA0385. Grayscale: #A3A3A3. Windows color (decimal): -16384902 or 8059909. OLE color: 8059909.
HSL color Cylindrical-coordinate representation of color #05FC7A: hue angle of 148.42º 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 #05FC7A is Cyan = 0.98, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 252 | 122 | - |
| CMYK | 0.98 | 0 | 0.52 | 0.01 |
| HSL | 148.42º | 0.98% | 0.5% | - |
| HSV(B) | 148.42º | 0.98% | 0.99% | - |
| XYZ | 38.39 | 71.06 | 30.1 | - |
| YUV | 163.33 | 104.67 | 15.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 252 | 122 | 0.98 | 0 | 0.52 | 0.01 | 148.42 | 0.98 | 0.5 |
| Hex | 5 | FC | 7A | 62 | 0 | 34 | 1 | 94 | 62 | 32 |
| Octal | 5 | 374 | 172 | 142 | 0 | 64 | 1 | 224 | 142 | 62 |
| Binary | 101 | 11111100 | 1111010 | 1100010 | 0 | 110100 | 1 | 10010100 | 1100010 | 110010 |
Color Harmonies of #05FC7A
Complementary color
Monochromatic Colors of #05FC7A
Black with #05FC7A
Text Example
Text Example
White with #05FC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FC7A; }
p { color: rgb(5,252,122); }
H1.HeaderClassName
{
color: #05FC7A;
}
.AnyTagClassName
{
color: #05FC7A;
}
</style>
background-color css
<style>
a { background-color: #05FC7A; }
a { background-color: rgb(5,252,122); }
div.DivClassName
{
background-color: #05FC7A;
}
.BgClassName
{
background-color: #05FC7A;
}
</style>
border-color css
<style>
span { border-color: #05FC7A; }
span { border-color: rgb(5,252,122); }
td.TdClassName
{
border-color: #05FC7A;
}
.TagClassName
{
border-color: #05FC7A;
}
</style>