Html Css Color HEX #13CE85 Mountain Meadow

📋 copy color: '#13CE85'

red 19 ◦ green 206 ◦ blue 133

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

Shades of Mountain Meadow #13CE85

Tints of Mountain Meadow #13CE85

RGB

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

 GREEN value IS 206 (80.86% from 255) = 57.54%

 BLUE value IS 133 (52.34% from 255) = 37.15%

R = 5.31%
G = 57.54%
B = 37.15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#13CE85 (or 0x13CE85) is known color: Mountain Meadow. HEX triplet: 13, CE and 85. RGB value is (19,206,133). Sum of RGB (Red+Green+Blue) = 19+206+133=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 206 (80.86% from 255 or 57.54% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CE85 is #EC317A. Grayscale: #8D8D8D. Windows color (decimal): -15479163 or 8769043. OLE color: 8769043.

HSL color Cylindrical-coordinate representation of color #13CE85: hue angle of 156.58º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CE85 is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 206 133 -
CMYK 0.91 0 0.35 0.19
HSL 156.58º 0.83% 0.44% -
HSV(B) 156.58º 0.91% 0.81% -
XYZ 26.57 45.97 29.66 -
YUV 141.77 123.05 40.44 -
System Red Green Blue C M Y K H S L
Decimal 19 206 133 0.91 0 0.35 0.19 156.58 0.83 0.44
Hex 13 CE 85 5B 0 23 13 9D 53 2C
Octal 23 316 205 133 0 43 23 235 123 54
Binary 10011 11001110 10000101 1011011 0 100011 10011 10011101 1010011 101100

Color Harmonies of #13CE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CE85

Black with #13CE85

Text Example


Text Example

White with #13CE85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,206,133); }

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

background-color css

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

 a { background-color: rgb(19,206,133); }

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

border-color css

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

 span { border-color: rgb(19,206,133); }

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