Shades of Medium Spring Green #05F395
Tints of Medium Spring Green #05F395
RGB
CMYK
RGB Variations
Color information
#05F395 (or 0x05F395) is known color: Medium Spring Green. HEX triplet: 05, F3 and 95. RGB value is (5,243,149). Sum of RGB (Red+Green+Blue) = 5+243+149=397 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.26% from 397); Green value is 243 (95.31% from 255 or 61.21% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 243 - color contains mainly: green. Hex color #05F395 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05F395 is #FA0C6A. Grayscale: #A1A1A1. Windows color (decimal): -16387179 or 9827077. OLE color: 9827077.
HSL color Cylindrical-coordinate representation of color #05F395: hue angle of 156.3º 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 #05F395 is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 243 | 149 | - |
| CMYK | 0.98 | 0 | 0.39 | 0.05 |
| HSL | 156.3º | 0.96% | 0.49% | - |
| HSV(B) | 156.3º | 0.98% | 0.95% | - |
| XYZ | 37.54 | 66.3 | 39.25 | - |
| YUV | 161.12 | 121.15 | 16.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 243 | 149 | 0.98 | 0 | 0.39 | 0.05 | 156.3 | 0.96 | 0.49 |
| Hex | 5 | F3 | 95 | 62 | 0 | 27 | 5 | 9C | 60 | 31 |
| Octal | 5 | 363 | 225 | 142 | 0 | 47 | 5 | 234 | 140 | 61 |
| Binary | 101 | 11110011 | 10010101 | 1100010 | 0 | 100111 | 101 | 10011100 | 1100000 | 110001 |
Color Harmonies of #05F395
Complementary color
Monochromatic Colors of #05F395
Black with #05F395
Text Example
Text Example
White with #05F395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F395; }
p { color: rgb(5,243,149); }
H1.HeaderClassName
{
color: #05F395;
}
.AnyTagClassName
{
color: #05F395;
}
</style>
background-color css
<style>
a { background-color: #05F395; }
a { background-color: rgb(5,243,149); }
div.DivClassName
{
background-color: #05F395;
}
.BgClassName
{
background-color: #05F395;
}
</style>
border-color css
<style>
span { border-color: #05F395; }
span { border-color: rgb(5,243,149); }
td.TdClassName
{
border-color: #05F395;
}
.TagClassName
{
border-color: #05F395;
}
</style>