Shades of Medium Spring Green #05FBBE
Tints of Medium Spring Green #05FBBE
RGB
CMYK
RGB Variations
Color information
#05FBBE (or 0x05FBBE) is known color: Medium Spring Green. HEX triplet: 05, FB and BE. RGB value is (5,251,190). Sum of RGB (Red+Green+Blue) = 5+251+190=446 (59% of max value = 765). Red value is 5 (2.34% from 255 or 1.12% from 446); Green value is 251 (98.44% from 255 or 56.28% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 251 - color contains mainly: green. Hex color #05FBBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05FBBE is #FA0441. Grayscale: #AAAAAA. Windows color (decimal): -16385090 or 12516101. OLE color: 12516101.
HSL color Cylindrical-coordinate representation of color #05FBBE: hue angle of 165.12º degrees, saturation: 0.97, 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 #05FBBE is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 251 | 190 | - |
| CMYK | 0.98 | 0 | 0.24 | 0.02 |
| HSL | 165.12º | 0.97% | 0.5% | - |
| HSV(B) | 165.12º | 0.98% | 0.98% | - |
| XYZ | 43.85 | 72.74 | 60.44 | - |
| YUV | 170.49 | 139 | 9.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 251 | 190 | 0.98 | 0 | 0.24 | 0.02 | 165.12 | 0.97 | 0.5 |
| Hex | 5 | FB | BE | 62 | 0 | 18 | 2 | A5 | 61 | 32 |
| Octal | 5 | 373 | 276 | 142 | 0 | 30 | 2 | 245 | 141 | 62 |
| Binary | 101 | 11111011 | 10111110 | 1100010 | 0 | 11000 | 10 | 10100101 | 1100001 | 110010 |
Color Harmonies of #05FBBE
Complementary color
Monochromatic Colors of #05FBBE
Black with #05FBBE
Text Example
Text Example
White with #05FBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FBBE; }
p { color: rgb(5,251,190); }
H1.HeaderClassName
{
color: #05FBBE;
}
.AnyTagClassName
{
color: #05FBBE;
}
</style>
background-color css
<style>
a { background-color: #05FBBE; }
a { background-color: rgb(5,251,190); }
div.DivClassName
{
background-color: #05FBBE;
}
.BgClassName
{
background-color: #05FBBE;
}
</style>
border-color css
<style>
span { border-color: #05FBBE; }
span { border-color: rgb(5,251,190); }
td.TdClassName
{
border-color: #05FBBE;
}
.TagClassName
{
border-color: #05FBBE;
}
</style>