Shades of Mountain Meadow #13CE78
Tints of Mountain Meadow #13CE78
RGB
CMYK
RGB Variations
Color information
#13CE78 (or 0x13CE78) is known color: Mountain Meadow. HEX triplet: 13, CE and 78. RGB value is (19,206,120). Sum of RGB (Red+Green+Blue) = 19+206+120=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 206 (80.86% from 255 or 59.71% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CE78 is #EC3187. Grayscale: #8C8C8C. Windows color (decimal): -15479176 or 7917075. OLE color: 7917075.
HSL color Cylindrical-coordinate representation of color #13CE78: hue angle of 152.41º 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 #13CE78 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 206 | 120 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.19 |
| HSL | 152.41º | 0.83% | 0.44% | - |
| HSV(B) | 152.41º | 0.91% | 0.81% | - |
| XYZ | 25.73 | 45.64 | 25.22 | - |
| YUV | 140.28 | 116.55 | 41.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 120 | 0.91 | 0 | 0.42 | 0.19 | 152.41 | 0.83 | 0.44 |
| Hex | 13 | CE | 78 | 5B | 0 | 2A | 13 | 98 | 53 | 2C |
| Octal | 23 | 316 | 170 | 133 | 0 | 52 | 23 | 230 | 123 | 54 |
| Binary | 10011 | 11001110 | 1111000 | 1011011 | 0 | 101010 | 10011 | 10011000 | 1010011 | 101100 |
Color Harmonies of #13CE78
Complementary color
Monochromatic Colors of #13CE78
Black with #13CE78
Text Example
Text Example
White with #13CE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CE78; }
p { color: rgb(19,206,120); }
H1.HeaderClassName
{
color: #13CE78;
}
.AnyTagClassName
{
color: #13CE78;
}
</style>
background-color css
<style>
a { background-color: #13CE78; }
a { background-color: rgb(19,206,120); }
div.DivClassName
{
background-color: #13CE78;
}
.BgClassName
{
background-color: #13CE78;
}
</style>
border-color css
<style>
span { border-color: #13CE78; }
span { border-color: rgb(19,206,120); }
td.TdClassName
{
border-color: #13CE78;
}
.TagClassName
{
border-color: #13CE78;
}
</style>