Shades of Mountain Meadow #15CB74
Tints of Mountain Meadow #15CB74
RGB
CMYK
RGB Variations
Color information
#15CB74 (or 0x15CB74) is known color: Mountain Meadow. HEX triplet: 15, CB and 74. RGB value is (21,203,116). Sum of RGB (Red+Green+Blue) = 21+203+116=340 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.18% from 340); Green value is 203 (79.69% from 255 or 59.71% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 203 - color contains mainly: green. Hex color #15CB74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15CB74 is #EA348B. Grayscale: #8A8A8A. Windows color (decimal): -15348876 or 7654165. OLE color: 7654165.
HSL color Cylindrical-coordinate representation of color #15CB74: hue angle of 151.32º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CB74 is Cyan = 0.90, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 203 | 116 | - |
| CMYK | 0.90 | 0 | 0.43 | 0.20 |
| HSL | 151.32º | 0.81% | 0.44% | - |
| HSV(B) | 151.32º | 0.9% | 0.8% | - |
| XYZ | 24.82 | 44.13 | 23.73 | - |
| YUV | 138.66 | 115.2 | 44.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 203 | 116 | 0.90 | 0 | 0.43 | 0.20 | 151.32 | 0.81 | 0.44 |
| Hex | 15 | CB | 74 | 5A | 0 | 2B | 14 | 97 | 51 | 2C |
| Octal | 25 | 313 | 164 | 132 | 0 | 53 | 24 | 227 | 121 | 54 |
| Binary | 10101 | 11001011 | 1110100 | 1011010 | 0 | 101011 | 10100 | 10010111 | 1010001 | 101100 |
Color Harmonies of #15CB74
Complementary color
Monochromatic Colors of #15CB74
Black with #15CB74
Text Example
Text Example
White with #15CB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CB74; }
p { color: rgb(21,203,116); }
H1.HeaderClassName
{
color: #15CB74;
}
.AnyTagClassName
{
color: #15CB74;
}
</style>
background-color css
<style>
a { background-color: #15CB74; }
a { background-color: rgb(21,203,116); }
div.DivClassName
{
background-color: #15CB74;
}
.BgClassName
{
background-color: #15CB74;
}
</style>
border-color css
<style>
span { border-color: #15CB74; }
span { border-color: rgb(21,203,116); }
td.TdClassName
{
border-color: #15CB74;
}
.TagClassName
{
border-color: #15CB74;
}
</style>