#05BC56

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

Shades of Pigment Green #05BC56

Tints of Pigment Green #05BC56

Color information

#05BC56 (or 0x05BC56) is unknown color: approx Pigment Green. HEX triplet: 05, BC and 56. RGB value is (5,188,86). Sum of RGB (Red+Green+Blue) = 5+188+86=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 188 (73.83% from 255 or 67.38% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 188 - color contains mainly: green. Hex color #05BC56 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BC56 is #FA43A9. Grayscale: #797979. Windows color (decimal): -16401322 or 5684229. OLE color: 5684229.

HSL color Cylindrical-coordinate representation of color #05BC56: hue angle of 146.56º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BC56 is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB518886-
CMYK0.9700.540.26
HSL146.56º94.82%37.84%-
HSV(B)146.56º97.34%73.73%-
XYZ19.7336.6714.84-
YUV121.66107.8744.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.79%
GREEN value IS 188 (73.83% from 255) = 67.38%
BLUE value IS 86 (33.98% from 255) = 30.82%
R=1.79%
G=67.38%
B=30.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal5188860.9700.540.26146.5694.8237.84
Hex5BC56610361A935f26
Octal52741261410663222313746
Binary1011011110010101101100001011011011010100100111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,188,86); }

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

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

 a { background-color: rgb(5,188,86); }

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

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

 span { border-color: rgb(5,188,86); }

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