Html Css Color HEX #05BA7F Mountain Meadow

📋 copy color: '#05BA7F'

red 5 ◦ green 186 ◦ blue 127

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

Shades of Mountain Meadow #05BA7F

Tints of Mountain Meadow #05BA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.94%

R = 1.57%
G = 58.49%
B = 39.94%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#05BA7F (or 0x05BA7F) is known color: Mountain Meadow. HEX triplet: 05, BA and 7F. RGB value is (5,186,127). Sum of RGB (Red+Green+Blue) = 5+186+127=318 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 318); Green value is 186 (73.05% from 255 or 58.49% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BA7F is #FA4580. Grayscale: #7D7D7D. Windows color (decimal): -16401793 or 8370693. OLE color: 8370693.

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

Color convert

RGB 5 186 127 -
CMYK 0.97 0 0.32 0.27
HSL 160.44º 0.95% 0.37% -
HSV(B) 160.44º 0.97% 0.73% -
XYZ 21.45 36.68 26.03 -
YUV 125.16 129.03 42.3 -
System Red Green Blue C M Y K H S L
Decimal 5 186 127 0.97 0 0.32 0.27 160.44 0.95 0.37
Hex 5 BA 7F 61 0 20 1B A0 5F 25
Octal 5 272 177 141 0 40 33 240 137 45
Binary 101 10111010 1111111 1100001 0 100000 11011 10100000 1011111 100101

Color Harmonies of #05BA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BA7F

Black with #05BA7F

Text Example


Text Example

White with #05BA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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