#05B11E

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

Shades of Dark Pastel Green #05B11E

Tints of Dark Pastel Green #05B11E

Color information

#05B11E (or 0x05B11E) is unknown color: approx Dark Pastel Green. HEX triplet: 05, B1 and 1E. RGB value is (5,177,30). Sum of RGB (Red+Green+Blue) = 5+177+30=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 177 (69.53% from 255 or 83.49% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 177 - color contains mainly: green. Hex color #05B11E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05B11E is #FA4EE1. Grayscale: #6D6D6D. Windows color (decimal): -16404194 or 2011397. OLE color: 2011397.

HSL color Cylindrical-coordinate representation of color #05B11E: hue angle of 128.72º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B11E is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB517730-
CMYK0.9700.830.31
HSL128.72º94.51%35.69%-
HSV(B)128.72º97.18%69.41%-
XYZ16.0231.576.48-
YUV108.8183.5253.95-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.36%
GREEN value IS 177 (69.53% from 255) = 83.49%
BLUE value IS 30 (12.11% from 255) = 14.15%
R=2.36%
G=83.49%
B=14.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal5177300.9700.830.31128.7294.5135.69
Hex5B11E610531F815f24
Octal52613614101233720113744
Binary101101100011111011000010101001111111100000011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,177,30); }

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

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

 a { background-color: rgb(5,177,30); }

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

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

 span { border-color: rgb(5,177,30); }

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