Html Css Color HEX #13C77D Mountain Meadow

📋 copy color: '#13C77D'

red 19 ◦ green 199 ◦ blue 125

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

Shades of Mountain Meadow #13C77D

Tints of Mountain Meadow #13C77D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 58.02%

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

R = 5.54%
G = 58.02%
B = 36.44%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#13C77D (or 0x13C77D) is known color: Mountain Meadow. HEX triplet: 13, C7 and 7D. RGB value is (19,199,125). Sum of RGB (Red+Green+Blue) = 19+199+125=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 199 (78.12% from 255 or 58.02% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 199 - color contains mainly: green. Hex color #13C77D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13C77D is #EC3882. Grayscale: #888888. Windows color (decimal): -15480963 or 8242963. OLE color: 8242963.

HSL color Cylindrical-coordinate representation of color #13C77D: hue angle of 155.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C77D is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 199 125 -
CMYK 0.90 0 0.37 0.22
HSL 155.33º 0.83% 0.43% -
HSV(B) 155.33º 0.9% 0.78% -
XYZ 24.39 42.47 26.31 -
YUV 136.74 121.37 44.02 -
System Red Green Blue C M Y K H S L
Decimal 19 199 125 0.90 0 0.37 0.22 155.33 0.83 0.43
Hex 13 C7 7D 5A 0 25 16 9B 53 2B
Octal 23 307 175 132 0 45 26 233 123 53
Binary 10011 11000111 1111101 1011010 0 100101 10110 10011011 1010011 101011

Color Harmonies of #13C77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C77D

Black with #13C77D

Text Example


Text Example

White with #13C77D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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