#05BE81

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

Shades of Mountain Meadow #05BE81

Tints of Mountain Meadow #05BE81

Color information

#05BE81 (or 0x05BE81) is unknown color: approx Mountain Meadow. HEX triplet: 05, BE and 81. RGB value is (5,190,129). Sum of RGB (Red+Green+Blue) = 5+190+129=324 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 324); Green value is 190 (74.61% from 255 or 58.64% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 190 - color contains mainly: green. Hex color #05BE81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BE81 is #FA417E. Grayscale: #7F7F7F. Windows color (decimal): -16400767 or 8502789. OLE color: 8502789.

HSL color Cylindrical-coordinate representation of color #05BE81: hue angle of 160.22º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BE81 is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB5190129-
CMYK0.9700.320.25
HSL160.22º94.87%38.24%-
HSV(B)160.22º97.37%74.51%-
XYZ22.4438.4427.01-
YUV127.73128.7140.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.54%
GREEN value IS 190 (74.61% from 255) = 58.64%
BLUE value IS 129 (50.78% from 255) = 39.81%
R=1.54%
G=58.64%
B=39.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51901290.9700.320.25160.2294.8738.24
Hex5BE816102019a05f26
Octal52762011410403124013746
Binary10110111110100000011100001010000011001101000001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05BE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,190,129); }

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

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

 a { background-color: rgb(5,190,129); }

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

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

 span { border-color: rgb(5,190,129); }

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