#05BC57

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

Shades of Pigment Green #05BC57

Tints of Pigment Green #05BC57

Color information

#05BC57 (or 0x05BC57) is unknown color: approx Pigment Green. HEX triplet: 05, BC and 57. RGB value is (5,188,87). Sum of RGB (Red+Green+Blue) = 5+188+87=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 188 (73.83% from 255 or 67.14% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 188 - color contains mainly: green. Hex color #05BC57 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BC57 is #FA43A8. Grayscale: #797979. Windows color (decimal): -16401321 or 5749765. OLE color: 5749765.

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

Color convert

RGB518887-
CMYK0.9700.540.26
HSL146.89º94.82%37.84%-
HSV(B)146.89º97.34%73.73%-
XYZ19.7736.6915.06-
YUV121.77108.3744.71-

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.14%
BLUE value IS 87 (34.38% from 255) = 31.07%
R=1.79%
G=67.14%
B=31.07%

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
Decimal5188870.9700.540.26146.8994.8237.84
Hex5BC57610361A935f26
Octal52741271410663222313746
Binary1011011110010101111100001011011011010100100111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BC57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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