#05B882

Color #05B882 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #05B882

Tints of Mountain Meadow #05B882

Color information

#05B882 (or 0x05B882) is unknown color: approx Mountain Meadow. HEX triplet: 05, B8 and 82. RGB value is (5,184,130). Sum of RGB (Red+Green+Blue) = 5+184+130=319 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 319); Green value is 184 (72.27% from 255 or 57.68% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 184 - color contains mainly: green. Hex color #05B882 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05B882 is #FA477D. Grayscale: #7C7C7C. Windows color (decimal): -16402302 or 8566789. OLE color: 8566789.

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

Color convert

RGB5184130-
CMYK0.9700.290.28
HSL161.9º94.71%37.06%-
HSV(B)161.9º97.28%72.16%-
XYZ21.2335.9226.93-
YUV124.32131.242.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.57%
GREEN value IS 184 (72.27% from 255) = 57.68%
BLUE value IS 130 (51.17% from 255) = 40.75%
R=1.57%
G=57.68%
B=40.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal51841300.9700.290.28161.994.7137.06
Hex5B8826101D1Ca25f25
Octal52702021410353424213745
Binary1011011100010000010110000101110111100101000101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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