Html Css Color HEX #13CB72 Mountain Meadow

📋 copy color: '#13CB72'

red 19 ◦ green 203 ◦ blue 114

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

Shades of Mountain Meadow #13CB72

Tints of Mountain Meadow #13CB72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.93%

R = 5.65%
G = 60.42%
B = 33.93%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#13CB72 (or 0x13CB72) is known color: Mountain Meadow. HEX triplet: 13, CB and 72. RGB value is (19,203,114). Sum of RGB (Red+Green+Blue) = 19+203+114=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 203 (79.69% from 255 or 60.42% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CB72 is #EC348D. Grayscale: #8A8A8A. Windows color (decimal): -15479950 or 7523091. OLE color: 7523091.

HSL color Cylindrical-coordinate representation of color #13CB72: hue angle of 150.98º 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 #13CB72 is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 203 114 -
CMYK 0.91 0 0.44 0.20
HSL 150.98º 0.83% 0.44% -
HSV(B) 150.98º 0.91% 0.8% -
XYZ 24.66 44.07 23.13 -
YUV 137.84 114.54 43.24 -
System Red Green Blue C M Y K H S L
Decimal 19 203 114 0.91 0 0.44 0.20 150.98 0.83 0.44
Hex 13 CB 72 5B 0 2C 14 97 53 2C
Octal 23 313 162 133 0 54 24 227 123 54
Binary 10011 11001011 1110010 1011011 0 101100 10100 10010111 1010011 101100

Color Harmonies of #13CB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CB72

Black with #13CB72

Text Example


Text Example

White with #13CB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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