Shades of Mountain Meadow #13CC77
Tints of Mountain Meadow #13CC77
RGB
CMYK
RGB Variations
Color information
#13CC77 (or 0x13CC77) is known color: Mountain Meadow. HEX triplet: 13, CC and 77. RGB value is (19,204,119). Sum of RGB (Red+Green+Blue) = 19+204+119=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 204 (80.08% from 255 or 59.65% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 204 - color contains mainly: green. Hex color #13CC77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13CC77 is #EC3388. Grayscale: #8B8B8B. Windows color (decimal): -15479689 or 7851027. OLE color: 7851027.
HSL color Cylindrical-coordinate representation of color #13CC77: hue angle of 152.43º 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 #13CC77 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 204 | 119 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.2 |
| HSL | 152.43º | 0.83% | 0.44% | - |
| HSV(B) | 152.43º | 0.91% | 0.8% | - |
| XYZ | 25.19 | 44.66 | 24.74 | - |
| YUV | 139 | 116.71 | 42.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 204 | 119 | 0.91 | 0 | 0.42 | 0.2 | 152.43 | 0.83 | 0.44 |
| Hex | 13 | CC | 77 | 5B | 0 | 2A | 14 | 98 | 53 | 2C |
| Octal | 23 | 314 | 167 | 133 | 0 | 52 | 24 | 230 | 123 | 54 |
| Binary | 10011 | 11001100 | 1110111 | 1011011 | 0 | 101010 | 10100 | 10011000 | 1010011 | 101100 |
Color Harmonies of #13CC77
Complementary color
Monochromatic Colors of #13CC77
Black with #13CC77
Text Example
Text Example
White with #13CC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CC77; }
p { color: rgb(19,204,119); }
H1.HeaderClassName
{
color: #13CC77;
}
.AnyTagClassName
{
color: #13CC77;
}
</style>
background-color css
<style>
a { background-color: #13CC77; }
a { background-color: rgb(19,204,119); }
div.DivClassName
{
background-color: #13CC77;
}
.BgClassName
{
background-color: #13CC77;
}
</style>
border-color css
<style>
span { border-color: #13CC77; }
span { border-color: rgb(19,204,119); }
td.TdClassName
{
border-color: #13CC77;
}
.TagClassName
{
border-color: #13CC77;
}
</style>