#13BE7D

Color #13BE7D Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #13BE7D

Tints of Mountain Meadow #13BE7D

Color information

#13BE7D (or 0x13BE7D) is unknown color: approx Mountain Meadow. HEX triplet: 13, BE and 7D. RGB value is (19,190,125). Sum of RGB (Red+Green+Blue) = 19+190+125=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 190 (74.61% from 255 or 56.89% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 190 - color contains mainly: green. Hex color #13BE7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BE7D is #EC4182. Grayscale: #838383. Windows color (decimal): -15483267 or 8240659. OLE color: 8240659.

HSL color Cylindrical-coordinate representation of color #13BE7D: hue angle of 157.19º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BE7D is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB19190125-
CMYK0.9000.340.25
HSL157.19º81.82%40.98%-
HSV(B)157.19º90%74.51%-
XYZ22.3838.4525.64-
YUV131.46124.3547.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.69%
GREEN value IS 190 (74.61% from 255) = 56.89%
BLUE value IS 125 (49.22% from 255) = 37.43%
R=5.69%
G=56.89%
B=37.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191901250.9000.340.25157.1981.8240.98
Hex13BE7D5A022199d5229
Octal232761751320423123512251
Binary100111011111011111011011010010001011001100111011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13BE7D;
 }
 .AnyTagClassName
 {
   color: #13BE7D;
 }
</style>
background-color css

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

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

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

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

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

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