Html Css Color HEX #05C37B Mountain Meadow

📋 copy color: '#05C37B'

red 5 ◦ green 195 ◦ blue 123

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

Shades of Mountain Meadow #05C37B

Tints of Mountain Meadow #05C37B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 60.37%

 BLUE value IS 123 (48.44% from 255) = 38.08%

R = 1.55%
G = 60.37%
B = 38.08%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#05C37B (or 0x05C37B) is known color: Mountain Meadow. HEX triplet: 05, C3 and 7B. RGB value is (5,195,123). Sum of RGB (Red+Green+Blue) = 5+195+123=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 195 (76.56% from 255 or 60.37% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 195 - color contains mainly: green. Hex color #05C37B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C37B is #FA3C84. Grayscale: #828282. Windows color (decimal): -16399493 or 8110853. OLE color: 8110853.

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

Color convert

RGB 5 195 123 -
CMYK 0.97 0 0.37 0.24
HSL 157.26º 0.95% 0.39% -
HSV(B) 157.26º 0.97% 0.76% -
XYZ 23.15 40.49 25.33 -
YUV 129.98 124.05 38.85 -
System Red Green Blue C M Y K H S L
Decimal 5 195 123 0.97 0 0.37 0.24 157.26 0.95 0.39
Hex 5 C3 7B 61 0 25 18 9D 5F 27
Octal 5 303 173 141 0 45 30 235 137 47
Binary 101 11000011 1111011 1100001 0 100101 11000 10011101 1011111 100111

Color Harmonies of #05C37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C37B

Black with #05C37B

Text Example


Text Example

White with #05C37B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,195,123); }

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

background-color css

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

 a { background-color: rgb(5,195,123); }

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

border-color css

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

 span { border-color: rgb(5,195,123); }

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