#05B15C

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

Shades of Pigment Green #05B15C

Tints of Pigment Green #05B15C

Color information

#05B15C (or 0x05B15C) is unknown color: approx Pigment Green. HEX triplet: 05, B1 and 5C. RGB value is (5,177,92). Sum of RGB (Red+Green+Blue) = 5+177+92=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 177 (69.53% from 255 or 64.60% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 177 - color contains mainly: green. Hex color #05B15C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05B15C is #FA4EA3. Grayscale: #747474. Windows color (decimal): -16404132 or 6074629. OLE color: 6074629.

HSL color Cylindrical-coordinate representation of color #05B15C: hue angle of 150.35º 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 #05B15C is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB517792-
CMYK0.9700.480.31
HSL150.35º94.51%35.69%-
HSV(B)150.35º97.18%69.41%-
XYZ17.7232.2515.42-
YUV115.88114.5248.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.82%
GREEN value IS 177 (69.53% from 255) = 64.60%
BLUE value IS 92 (36.33% from 255) = 33.58%
R=1.82%
G=64.60%
B=33.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal5177920.9700.480.31150.3594.5135.69
Hex5B15C610301F965f24
Octal52611341410603722613744
Binary1011011000110111001100001011000011111100101101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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