Html Css Color HEX #13D67D Mountain Meadow

📋 copy color: '#13D67D'

red 19 ◦ green 214 ◦ blue 125

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

Shades of Mountain Meadow #13D67D

Tints of Mountain Meadow #13D67D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 59.78%

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

R = 5.31%
G = 59.78%
B = 34.92%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#13D67D (or 0x13D67D) is known color: Mountain Meadow. HEX triplet: 13, D6 and 7D. RGB value is (19,214,125). Sum of RGB (Red+Green+Blue) = 19+214+125=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 214 (83.98% from 255 or 59.78% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 214 - color contains mainly: green. Hex color #13D67D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D67D is #EC2982. Grayscale: #919191. Windows color (decimal): -15477123 or 8246803. OLE color: 8246803.

HSL color Cylindrical-coordinate representation of color #13D67D: hue angle of 152.62º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D67D is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 214 125 -
CMYK 0.91 0 0.42 0.16
HSL 152.62º 0.84% 0.46% -
HSV(B) 152.62º 0.91% 0.84% -
XYZ 28.02 49.71 27.52 -
YUV 145.55 116.4 37.74 -
System Red Green Blue C M Y K H S L
Decimal 19 214 125 0.91 0 0.42 0.16 152.62 0.84 0.46
Hex 13 D6 7D 5B 0 2A 10 99 54 2E
Octal 23 326 175 133 0 52 20 231 124 56
Binary 10011 11010110 1111101 1011011 0 101010 10000 10011001 1010100 101110

Color Harmonies of #13D67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D67D

Black with #13D67D

Text Example


Text Example

White with #13D67D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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