#05B854

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

Shades of Pigment Green #05B854

Tints of Pigment Green #05B854

Color information

#05B854 (or 0x05B854) is unknown color: approx Pigment Green. HEX triplet: 05, B8 and 54. RGB value is (5,184,84). Sum of RGB (Red+Green+Blue) = 5+184+84=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 184 (72.27% from 255 or 67.40% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 184 - color contains mainly: green. Hex color #05B854 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05B854 is #FA47AB. Grayscale: #777777. Windows color (decimal): -16402348 or 5552133. OLE color: 5552133.

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

Color convert

RGB518484-
CMYK0.9700.540.28
HSL146.48º94.71%37.06%-
HSV(B)146.48º97.28%72.16%-
XYZ18.834.9514.14-
YUV119.08108.246.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.83%
GREEN value IS 184 (72.27% from 255) = 67.40%
BLUE value IS 84 (33.20% from 255) = 30.77%
R=1.83%
G=67.40%
B=30.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal5184840.9700.540.28146.4894.7137.06
Hex5B854610361C925f25
Octal52701241410663422213745
Binary1011011100010101001100001011011011100100100101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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