Html Css Color HEX #13D47D Mountain Meadow

📋 copy color: '#13D47D'

red 19 ◦ green 212 ◦ blue 125

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

Shades of Mountain Meadow #13D47D

Tints of Mountain Meadow #13D47D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 59.55%

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

R = 5.34%
G = 59.55%
B = 35.11%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#13D47D (or 0x13D47D) is known color: Mountain Meadow. HEX triplet: 13, D4 and 7D. RGB value is (19,212,125). Sum of RGB (Red+Green+Blue) = 19+212+125=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 212 (83.20% from 255 or 59.55% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 212 - color contains mainly: green. Hex color #13D47D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D47D is #EC2B82. Grayscale: #909090. Windows color (decimal): -15477635 or 8246291. OLE color: 8246291.

HSL color Cylindrical-coordinate representation of color #13D47D: hue angle of 152.95º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D47D is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 19 212 125 -
CMYK 0.91 0 0.41 0.17
HSL 152.95º 0.84% 0.45% -
HSV(B) 152.95º 0.91% 0.83% -
XYZ 27.51 48.71 27.35 -
YUV 144.38 117.06 38.57 -
System Red Green Blue C M Y K H S L
Decimal 19 212 125 0.91 0 0.41 0.17 152.95 0.84 0.45
Hex 13 D4 7D 5B 0 29 11 99 54 2D
Octal 23 324 175 133 0 51 21 231 124 55
Binary 10011 11010100 1111101 1011011 0 101001 10001 10011001 1010100 101101

Color Harmonies of #13D47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D47D

Black with #13D47D

Text Example


Text Example

White with #13D47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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