Shades of Spring Green #05F37C
Tints of Spring Green #05F37C
RGB
CMYK
RGB Variations
Color information
#05F37C (or 0x05F37C) is known color: Spring Green. HEX triplet: 05, F3 and 7C. RGB value is (5,243,124). Sum of RGB (Red+Green+Blue) = 5+243+124=372 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 372); Green value is 243 (95.31% from 255 or 65.32% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 243 - color contains mainly: green. Hex color #05F37C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F37C is #FA0C83. Grayscale: #9E9E9E. Windows color (decimal): -16387204 or 8188677. OLE color: 8188677.
HSL color Cylindrical-coordinate representation of color #05F37C: hue angle of 150º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F37C is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 243 | 124 | - |
| CMYK | 0.98 | 0 | 0.49 | 0.05 |
| HSL | 150º | 0.96% | 0.49% | - |
| HSV(B) | 150º | 0.98% | 0.95% | - |
| XYZ | 35.75 | 65.59 | 29.84 | - |
| YUV | 158.27 | 108.65 | 18.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 243 | 124 | 0.98 | 0 | 0.49 | 0.05 | 150 | 0.96 | 0.49 |
| Hex | 5 | F3 | 7C | 62 | 0 | 31 | 5 | 96 | 60 | 31 |
| Octal | 5 | 363 | 174 | 142 | 0 | 61 | 5 | 226 | 140 | 61 |
| Binary | 101 | 11110011 | 1111100 | 1100010 | 0 | 110001 | 101 | 10010110 | 1100000 | 110001 |
Color Harmonies of #05F37C
Complementary color
Monochromatic Colors of #05F37C
Black with #05F37C
Text Example
Text Example
White with #05F37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F37C; }
p { color: rgb(5,243,124); }
H1.HeaderClassName
{
color: #05F37C;
}
.AnyTagClassName
{
color: #05F37C;
}
</style>
background-color css
<style>
a { background-color: #05F37C; }
a { background-color: rgb(5,243,124); }
div.DivClassName
{
background-color: #05F37C;
}
.BgClassName
{
background-color: #05F37C;
}
</style>
border-color css
<style>
span { border-color: #05F37C; }
span { border-color: rgb(5,243,124); }
td.TdClassName
{
border-color: #05F37C;
}
.TagClassName
{
border-color: #05F37C;
}
</style>