#05BA5D

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

Shades of Pigment Green #05BA5D

Tints of Pigment Green #05BA5D

Color information

#05BA5D (or 0x05BA5D) is unknown color: approx Pigment Green. HEX triplet: 05, BA and 5D. RGB value is (5,186,93). Sum of RGB (Red+Green+Blue) = 5+186+93=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 186 (73.05% from 255 or 65.49% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BA5D is #FA45A2. Grayscale: #797979. Windows color (decimal): -16401827 or 6142469. OLE color: 6142469.

HSL color Cylindrical-coordinate representation of color #05BA5D: hue angle of 149.17º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BA5D is Cyan = 0.97, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB518693-
CMYK0.9700.50.27
HSL149.17º94.76%37.45%-
HSV(B)149.17º97.31%72.94%-
XYZ19.635.9416.26-
YUV121.28112.0345.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.76%
GREEN value IS 186 (73.05% from 255) = 65.49%
BLUE value IS 93 (36.72% from 255) = 32.75%
R=1.76%
G=65.49%
B=32.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5186930.9700.50.27149.1794.7637.45
Hex5BA5D610321B955f25
Octal52721351410623322513745
Binary1011011101010111011100001011001011011100101011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,186,93); }

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

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

 a { background-color: rgb(5,186,93); }

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

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

 span { border-color: rgb(5,186,93); }

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