#05E388

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

Shades of Medium Spring Green #05E388

Tints of Medium Spring Green #05E388

Color information

#05E388 (or 0x05E388) is unknown color: approx Medium Spring Green. HEX triplet: 05, E3 and 88. RGB value is (5,227,136). Sum of RGB (Red+Green+Blue) = 5+227+136=368 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 368); Green value is 227 (89.06% from 255 or 61.68% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 227 - color contains mainly: green. Hex color #05E388 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05E388 is #FA1C77. Grayscale: #969696. Windows color (decimal): -16391288 or 8971013. OLE color: 8971013.

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

Color convert

RGB5227136-
CMYK0.9800.400.11
HSL155.41º95.69%45.49%-
HSV(B)155.41º97.8%89.02%-
XYZ31.9856.7532.56-
YUV150.25119.9524.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.36%
GREEN value IS 227 (89.06% from 255) = 61.68%
BLUE value IS 136 (53.52% from 255) = 36.96%
R=1.36%
G=61.68%
B=36.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal52271360.9800.400.11155.4195.6945.49
Hex5E38862028B9b602d
Octal53432101420501323314055
Binary1011110001110001000110001001010001011100110111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05E388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,227,136); }

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

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

 a { background-color: rgb(5,227,136); }

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

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

 span { border-color: rgb(5,227,136); }

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