#05F08B

Color #05F08B Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #05F08B

Tints of Medium Spring Green #05F08B

Color information

#05F08B (or 0x05F08B) is unknown color: approx Medium Spring Green. HEX triplet: 05, F0 and 8B. RGB value is (5,240,139). Sum of RGB (Red+Green+Blue) = 5+240+139=384 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 384); Green value is 240 (94.14% from 255 or 62.5% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 240 - color contains mainly: green. Hex color #05F08B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05F08B is #FA0F74. Grayscale: #9E9E9E. Windows color (decimal): -16387957 or 9170949. OLE color: 9170949.

HSL color Cylindrical-coordinate representation of color #05F08B: hue angle of 154.21º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F08B is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB5240139-
CMYK0.9800.420.06
HSL154.21º95.92%48.04%-
HSV(B)154.21º97.92%94.12%-
XYZ35.8864.2234.93-
YUV158.22117.1418.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 1.30%
GREEN value IS 240 (94.14% from 255) = 62.5%
BLUE value IS 139 (54.69% from 255) = 36.20%
R=1.30%
G=62.5%
B=36.20%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal52401390.9800.420.06154.2195.9248.04
Hex5F08B6202A69a6030
Octal5360213142052623214060
Binary101111100001000101111000100101010110100110101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05F08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05F08B; }

 p { color: rgb(5,240,139); }

 H1.HeaderClassName
 {
   color: #05F08B;
 }
 .AnyTagClassName
 {
   color: #05F08B;
 }
</style>
background-color css

<style>
 a { background-color: #05F08B; }

 a { background-color: rgb(5,240,139); }

 div.DivClassName
 {
   background-color: #05F08B;
 }
 .BgClassName
 {
   background-color: #05F08B;
 }
</style>
border-color css

<style>
 span { border-color: #05F08B; }

 span { border-color: rgb(5,240,139); }

 td.TdClassName
 {
   border-color: #05F08B;
 }
 .TagClassName
 {
   border-color: #05F08B;
 }
</style>