Html Css Color HEX #05B580 Mountain Meadow

📋 copy color: '#05B580'

red 5 ◦ green 181 ◦ blue 128

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

Shades of Mountain Meadow #05B580

Tints of Mountain Meadow #05B580

RGB

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

 GREEN value IS 181 (71.09% from 255) = 57.64%

 BLUE value IS 128 (50.39% from 255) = 40.76%

R = 1.59%
G = 57.64%
B = 40.76%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#05B580 (or 0x05B580) is known color: Mountain Meadow. HEX triplet: 05, B5 and 80. RGB value is (5,181,128). Sum of RGB (Red+Green+Blue) = 5+181+128=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 181 (71.09% from 255 or 57.64% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 181 - color contains mainly: green. Hex color #05B580 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05B580 is #FA4A7F. Grayscale: #7A7A7A. Windows color (decimal): -16403072 or 8434949. OLE color: 8434949.

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

Color convert

RGB 5 181 128 -
CMYK 0.97 0 0.29 0.29
HSL 161.93º 0.95% 0.36% -
HSV(B) 161.93º 0.97% 0.71% -
XYZ 20.48 34.64 26.03 -
YUV 122.33 131.19 44.31 -
System Red Green Blue C M Y K H S L
Decimal 5 181 128 0.97 0 0.29 0.29 161.93 0.95 0.36
Hex 5 B5 80 61 0 1D 1D A2 5F 24
Octal 5 265 200 141 0 35 35 242 137 44
Binary 101 10110101 10000000 1100001 0 11101 11101 10100010 1011111 100100

Color Harmonies of #05B580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B580

Black with #05B580

Text Example


Text Example

White with #05B580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,181,128); }

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

background-color css

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

 a { background-color: rgb(5,181,128); }

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

border-color css

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

 span { border-color: rgb(5,181,128); }

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