#05B856

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

Shades of Pigment Green #05B856

Tints of Pigment Green #05B856

Color information

#05B856 (or 0x05B856) is unknown color: approx Pigment Green. HEX triplet: 05, B8 and 56. RGB value is (5,184,86). Sum of RGB (Red+Green+Blue) = 5+184+86=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 184 (72.27% from 255 or 66.91% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 184 - color contains mainly: green. Hex color #05B856 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05B856 is #FA47A9. Grayscale: #777777. Windows color (decimal): -16402346 or 5683205. OLE color: 5683205.

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

Color convert

RGB518486-
CMYK0.9700.530.28
HSL147.15º94.71%37.06%-
HSV(B)147.15º97.28%72.16%-
XYZ18.8834.9914.56-
YUV119.31109.246.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.82%
GREEN value IS 184 (72.27% from 255) = 66.91%
BLUE value IS 86 (33.98% from 255) = 31.27%
R=1.82%
G=66.91%
B=31.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal5184860.9700.530.28147.1594.7137.06
Hex5B856610351C935f25
Octal52701261410653422313745
Binary1011011100010101101100001011010111100100100111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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