#05EFB5

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

Shades of Medium Spring Green #05EFB5

Tints of Medium Spring Green #05EFB5

Color information

#05EFB5 (or 0x05EFB5) is unknown color: approx Medium Spring Green. HEX triplet: 05, EF and B5. RGB value is (5,239,181). Sum of RGB (Red+Green+Blue) = 5+239+181=425 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.18% from 425); Green value is 239 (93.75% from 255 or 56.24% from 425); Blue value is 181 (71.09% from 255 or 42.59% from 425); Max value from RGB is 239 - color contains mainly: green. Hex color #05EFB5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #05EFB5 is #FA104A. Grayscale: #A2A2A2. Windows color (decimal): -16388171 or 11923205. OLE color: 11923205.

HSL color Cylindrical-coordinate representation of color #05EFB5: hue angle of 165.13º 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 #05EFB5 is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB5239181-
CMYK0.9800.240.06
HSL165.13º95.9%47.84%-
HSV(B)165.13º97.91%93.73%-
XYZ39.2765.154.21-
YUV162.42138.4815.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.18%
GREEN value IS 239 (93.75% from 255) = 56.24%
BLUE value IS 181 (71.09% from 255) = 42.59%
R=1.18%
G=56.24%
B=42.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal52391810.9800.240.06165.1395.947.84
Hex5EFB5620186a56030
Octal5357265142030624514060
Binary10111101111101101011100010011000110101001011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05EFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,239,181); }

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

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

 a { background-color: rgb(5,239,181); }

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

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

 span { border-color: rgb(5,239,181); }

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