#05F5AF

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

Shades of Medium Spring Green #05F5AF

Tints of Medium Spring Green #05F5AF

Color information

#05F5AF (or 0x05F5AF) is unknown color: approx Medium Spring Green. HEX triplet: 05, F5 and AF. RGB value is (5,245,175). Sum of RGB (Red+Green+Blue) = 5+245+175=425 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.18% from 425); Green value is 245 (96.09% from 255 or 57.65% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 245 - color contains mainly: green. Hex color #05F5AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05F5AF is #FA0A50. Grayscale: #A5A5A5. Windows color (decimal): -16386641 or 11531525. OLE color: 11531525.

HSL color Cylindrical-coordinate representation of color #05F5AF: hue angle of 162.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F5AF is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB5245175-
CMYK0.9800.290.04
HSL162.5º96%49.02%-
HSV(B)162.5º97.96%96.08%-
XYZ40.4568.4351.63-
YUV165.26133.4913.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.18%
GREEN value IS 245 (96.09% from 255) = 57.65%
BLUE value IS 175 (68.75% from 255) = 41.18%
R=1.18%
G=57.65%
B=41.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal52451750.9800.290.04162.59649.02
Hex5F5AF6201D4a26031
Octal5365257142035424214061
Binary10111110101101011111100010011101100101000101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05F5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,245,175); }

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

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

 a { background-color: rgb(5,245,175); }

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

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

 span { border-color: rgb(5,245,175); }

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