Html Css Color HEX #13CB85 Mountain Meadow

📋 copy color: '#13CB85'

red 19 ◦ green 203 ◦ blue 133

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

Shades of Mountain Meadow #13CB85

Tints of Mountain Meadow #13CB85

RGB

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

 GREEN value IS 203 (79.69% from 255) = 57.18%

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

R = 5.35%
G = 57.18%
B = 37.46%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#13CB85 (or 0x13CB85) is known color: Mountain Meadow. HEX triplet: 13, CB and 85. RGB value is (19,203,133). Sum of RGB (Red+Green+Blue) = 19+203+133=355 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.35% from 355); Green value is 203 (79.69% from 255 or 57.18% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CB85 is #EC347A. Grayscale: #8C8C8C. Windows color (decimal): -15479931 or 8768275. OLE color: 8768275.

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

Color convert

RGB 19 203 133 -
CMYK 0.91 0 0.34 0.20
HSL 157.17º 0.83% 0.44% -
HSV(B) 157.17º 0.91% 0.8% -
XYZ 25.86 44.54 29.43 -
YUV 140 124.04 41.69 -
System Red Green Blue C M Y K H S L
Decimal 19 203 133 0.91 0 0.34 0.20 157.17 0.83 0.44
Hex 13 CB 85 5B 0 22 14 9D 53 2C
Octal 23 313 205 133 0 42 24 235 123 54
Binary 10011 11001011 10000101 1011011 0 100010 10100 10011101 1010011 101100

Color Harmonies of #13CB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CB85

Black with #13CB85

Text Example


Text Example

White with #13CB85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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