#05E280

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

Shades of Spring Green #05E280

Tints of Spring Green #05E280

Color information

#05E280 (or 0x05E280) is unknown color: approx Spring Green. HEX triplet: 05, E2 and 80. RGB value is (5,226,128). Sum of RGB (Red+Green+Blue) = 5+226+128=359 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 359); Green value is 226 (88.67% from 255 or 62.95% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 226 - color contains mainly: green. Hex color #05E280 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05E280 is #FA1D7F. Grayscale: #949494. Windows color (decimal): -16391552 or 8446469. OLE color: 8446469.

HSL color Cylindrical-coordinate representation of color #05E280: hue angle of 153.39º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E280 is Cyan = 0.98, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB5226128-
CMYK0.9800.430.11
HSL153.39º95.67%45.29%-
HSV(B)153.39º97.79%88.63%-
XYZ31.1655.9829.59-
YUV148.75116.2825.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.39%
GREEN value IS 226 (88.67% from 255) = 62.95%
BLUE value IS 128 (50.39% from 255) = 35.65%
R=1.39%
G=62.95%
B=35.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal52261280.9800.430.11153.3995.6745.29
Hex5E2806202BB99602d
Octal53422001420531323114055
Binary1011110001010000000110001001010111011100110011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05E280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,226,128); }

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

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

 a { background-color: rgb(5,226,128); }

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

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

 span { border-color: rgb(5,226,128); }

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