#05FE86

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

Shades of Spring Green #05FE86

Tints of Spring Green #05FE86

Color information

#05FE86 (or 0x05FE86) is unknown color: approx Spring Green. HEX triplet: 05, FE and 86. RGB value is (5,254,134). Sum of RGB (Red+Green+Blue) = 5+254+134=393 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 393); Green value is 254 (99.61% from 255 or 64.63% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 254 - color contains mainly: green. Hex color #05FE86 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #05FE86 is #FA0179. Grayscale: #A6A6A6. Windows color (decimal): -16384378 or 8846853. OLE color: 8846853.

HSL color Cylindrical-coordinate representation of color #05FE86: hue angle of 151.08º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FE86 is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.00.

Color convert

RGB5254134-
CMYK0.9800.470.00
HSL151.08º99.2%50.78%-
HSV(B)151.08º98.03%99.61%-
XYZ39.8172.6434.48-
YUV165.87110.0113.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.27%
GREEN value IS 254 (99.61% from 255) = 64.63%
BLUE value IS 134 (52.73% from 255) = 34.10%
R=1.27%
G=64.63%
B=34.10%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal52541340.9800.470.00151.0899.250.78
Hex5FE866202F0976333
Octal5376206142057022714363
Binary1011111111010000110110001001011110100101111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05FE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,254,134); }

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

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

 a { background-color: rgb(5,254,134); }

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

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

 span { border-color: rgb(5,254,134); }

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