Shades of Spring Green #05F966
Tints of Spring Green #05F966
RGB
CMYK
RGB Variations
Color information
#05F966 (or 0x05F966) is known color: Spring Green. HEX triplet: 05, F9 and 66. RGB value is (5,249,102). Sum of RGB (Red+Green+Blue) = 5+249+102=356 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 356); Green value is 249 (97.66% from 255 or 69.94% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 249 - color contains mainly: green. Hex color #05F966 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F966 is #FA0699. Grayscale: #9F9F9F. Windows color (decimal): -16385690 or 6748421. OLE color: 6748421.
HSL color Cylindrical-coordinate representation of color #05F966: hue angle of 143.85º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F966 is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 249 | 102 | - |
| CMYK | 0.98 | 0 | 0.59 | 0.02 |
| HSL | 143.85º | 0.96% | 0.5% | - |
| HSV(B) | 143.85º | 0.98% | 0.98% | - |
| XYZ | 36.34 | 68.74 | 23.92 | - |
| YUV | 159.29 | 95.66 | 17.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 249 | 102 | 0.98 | 0 | 0.59 | 0.02 | 143.85 | 0.96 | 0.5 |
| Hex | 5 | F9 | 66 | 62 | 0 | 3B | 2 | 90 | 60 | 32 |
| Octal | 5 | 371 | 146 | 142 | 0 | 73 | 2 | 220 | 140 | 62 |
| Binary | 101 | 11111001 | 1100110 | 1100010 | 0 | 111011 | 10 | 10010000 | 1100000 | 110010 |
Color Harmonies of #05F966
Complementary color
Monochromatic Colors of #05F966
Black with #05F966
Text Example
Text Example
White with #05F966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F966; }
p { color: rgb(5,249,102); }
H1.HeaderClassName
{
color: #05F966;
}
.AnyTagClassName
{
color: #05F966;
}
</style>
background-color css
<style>
a { background-color: #05F966; }
a { background-color: rgb(5,249,102); }
div.DivClassName
{
background-color: #05F966;
}
.BgClassName
{
background-color: #05F966;
}
</style>
border-color css
<style>
span { border-color: #05F966; }
span { border-color: rgb(5,249,102); }
td.TdClassName
{
border-color: #05F966;
}
.TagClassName
{
border-color: #05F966;
}
</style>