Html Css Color HEX #05BA87 Mountain Meadow

📋 copy color: '#05BA87'

red 5 ◦ green 186 ◦ blue 135

#05BA87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #05BA87

Tints of Mountain Meadow #05BA87

RGB

 RED value IS 5 (2.34% from 255) = 1.53%

 GREEN value IS 186 (73.05% from 255) = 57.06%

 BLUE value IS 135 (53.13% from 255) = 41.41%

R = 1.53%
G = 57.06%
B = 41.41%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#05BA87 (or 0x05BA87) is known color: Mountain Meadow. HEX triplet: 05, BA and 87. RGB value is (5,186,135). Sum of RGB (Red+Green+Blue) = 5+186+135=326 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BA87 is #FA4578. Grayscale: #7E7E7E. Windows color (decimal): -16401785 or 8894981. OLE color: 8894981.

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

Color convert

RGB 5 186 135 -
CMYK 0.97 0 0.27 0.27
HSL 163.09º 0.95% 0.37% -
HSV(B) 163.09º 0.97% 0.73% -
XYZ 21.99 36.9 28.88 -
YUV 126.07 133.03 41.65 -
System Red Green Blue C M Y K H S L
Decimal 5 186 135 0.97 0 0.27 0.27 163.09 0.95 0.37
Hex 5 BA 87 61 0 1B 1B A3 5F 25
Octal 5 272 207 141 0 33 33 243 137 45
Binary 101 10111010 10000111 1100001 0 11011 11011 10100011 1011111 100101

Color Harmonies of #05BA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BA87

Black with #05BA87

Text Example


Text Example

White with #05BA87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,186,135); }

 H1.HeaderClassName
 {
   color: #05BA87;
 }
 .AnyTagClassName
 {
   color: #05BA87;
 }
</style>

background-color css

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

 a { background-color: rgb(5,186,135); }

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

border-color css

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

 span { border-color: rgb(5,186,135); }

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