Html Css Color HEX #13C57D Mountain Meadow

📋 copy color: '#13C57D'

red 19 ◦ green 197 ◦ blue 125

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

Shades of Mountain Meadow #13C57D

Tints of Mountain Meadow #13C57D

RGB

 RED value IS 19 (7.81% from 255) = 5.57%

 GREEN value IS 197 (77.34% from 255) = 57.77%

 BLUE value IS 125 (49.22% from 255) = 36.66%

R = 5.57%
G = 57.77%
B = 36.66%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#13C57D (or 0x13C57D) is known color: Mountain Meadow. HEX triplet: 13, C5 and 7D. RGB value is (19,197,125). Sum of RGB (Red+Green+Blue) = 19+197+125=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 197 (77.34% from 255 or 57.77% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 197 - color contains mainly: green. Hex color #13C57D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C57D is #EC3A82. Grayscale: #878787. Windows color (decimal): -15481475 or 8242451. OLE color: 8242451.

HSL color Cylindrical-coordinate representation of color #13C57D: hue angle of 155.73º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C57D is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 19 197 125 -
CMYK 0.90 0 0.37 0.23
HSL 155.73º 0.82% 0.42% -
HSV(B) 155.73º 0.9% 0.77% -
XYZ 23.94 41.55 26.16 -
YUV 135.57 122.03 44.85 -
System Red Green Blue C M Y K H S L
Decimal 19 197 125 0.90 0 0.37 0.23 155.73 0.82 0.42
Hex 13 C5 7D 5A 0 25 17 9C 52 2A
Octal 23 305 175 132 0 45 27 234 122 52
Binary 10011 11000101 1111101 1011010 0 100101 10111 10011100 1010010 101010

Color Harmonies of #13C57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C57D

Black with #13C57D

Text Example


Text Example

White with #13C57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13C57D; }

 p { color: rgb(19,197,125); }

 H1.HeaderClassName
 {
   color: #13C57D;
 }
 .AnyTagClassName
 {
   color: #13C57D;
 }
</style>

background-color css

<style>
 a { background-color: #13C57D; }

 a { background-color: rgb(19,197,125); }

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

border-color css

<style>
 span { border-color: #13C57D; }

 span { border-color: rgb(19,197,125); }

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