#05BC55

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

Shades of Pigment Green #05BC55

Tints of Pigment Green #05BC55

Color information

#05BC55 (or 0x05BC55) is unknown color: approx Pigment Green. HEX triplet: 05, BC and 55. RGB value is (5,188,85). Sum of RGB (Red+Green+Blue) = 5+188+85=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 188 (73.83% from 255 or 67.63% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 188 - color contains mainly: green. Hex color #05BC55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BC55 is #FA43AA. Grayscale: #797979. Windows color (decimal): -16401323 or 5618693. OLE color: 5618693.

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

Color convert

RGB518885-
CMYK0.9700.550.26
HSL146.23º94.82%37.84%-
HSV(B)146.23º97.34%73.73%-
XYZ19.6936.6514.63-
YUV121.54107.3744.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.80%
GREEN value IS 188 (73.83% from 255) = 67.63%
BLUE value IS 85 (33.59% from 255) = 30.58%
R=1.80%
G=67.63%
B=30.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal5188850.9700.550.26146.2394.8237.84
Hex5BC55610371A925f26
Octal52741251410673222213746
Binary1011011110010101011100001011011111010100100101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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