#05F173

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

Shades of Spring Green #05F173

Tints of Spring Green #05F173

Color information

#05F173 (or 0x05F173) is unknown color: approx Spring Green. HEX triplet: 05, F1 and 73. RGB value is (5,241,115). Sum of RGB (Red+Green+Blue) = 5+241+115=361 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 361); Green value is 241 (94.53% from 255 or 66.76% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 241 - color contains mainly: green. Hex color #05F173 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F173 is #FA0E8C. Grayscale: #9C9C9C. Windows color (decimal): -16387725 or 7598341. OLE color: 7598341.

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

Color convert

RGB5241115-
CMYK0.9800.520.05
HSL147.97º95.93%48.24%-
HSV(B)147.97º97.93%94.51%-
XYZ34.6164.1826.78-
YUV156.07104.8120.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.39%
GREEN value IS 241 (94.53% from 255) = 66.76%
BLUE value IS 115 (45.31% from 255) = 31.86%
R=1.39%
G=66.76%
B=31.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal52411150.9800.520.05147.9795.9348.24
Hex5F173620345946030
Octal5361163142064522414060
Binary10111110001111001111000100110100101100101001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05F173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,241,115); }

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

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

 a { background-color: rgb(5,241,115); }

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

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

 span { border-color: rgb(5,241,115); }

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