#05C050

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

Shades of Dark Pastel Green #05C050

Tints of Dark Pastel Green #05C050

Color information

#05C050 (or 0x05C050) is unknown color: approx Dark Pastel Green. HEX triplet: 05, C0 and 50. RGB value is (5,192,80). Sum of RGB (Red+Green+Blue) = 5+192+80=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 192 (75.39% from 255 or 69.31% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 192 - color contains mainly: green. Hex color #05C050 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C050 is #FA3FAF. Grayscale: #7B7B7B. Windows color (decimal): -16400304 or 5292037. OLE color: 5292037.

HSL color Cylindrical-coordinate representation of color #05C050: hue angle of 144.06º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C050 is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB519280-
CMYK0.9700.580.25
HSL144.06º94.92%38.63%-
HSV(B)144.06º97.4%75.29%-
XYZ20.3638.3113.91-
YUV123.32103.5543.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.81%
GREEN value IS 192 (75.39% from 255) = 69.31%
BLUE value IS 80 (31.64% from 255) = 28.88%
R=1.81%
G=69.31%
B=28.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal5192800.9700.580.25144.0694.9238.63
Hex5C0506103A19905f27
Octal53001201410723122013747
Binary1011100000010100001100001011101011001100100001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05C050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,192,80); }

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

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

 a { background-color: rgb(5,192,80); }

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

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

 span { border-color: rgb(5,192,80); }

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