Shades of Mountain Meadow #1CCD74
Tints of Mountain Meadow #1CCD74
RGB
CMYK
RGB Variations
Color information
#1CCD74 (or 0x1CCD74) is known color: Mountain Meadow. HEX triplet: 1C, CD and 74. RGB value is (28,205,116). Sum of RGB (Red+Green+Blue) = 28+205+116=349 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8.02% from 349); Green value is 205 (80.47% from 255 or 58.74% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 205 - color contains mainly: green. Hex color #1CCD74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CCD74 is #E3328B. Grayscale: #8E8E8E. Windows color (decimal): -14889612 or 7654684. OLE color: 7654684.
HSL color Cylindrical-coordinate representation of color #1CCD74: hue angle of 149.83º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCD74 is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 205 | 116 | - |
| CMYK | 0.86 | 0 | 0.43 | 0.20 |
| HSL | 149.83º | 0.76% | 0.46% | - |
| HSV(B) | 149.83º | 0.86% | 0.8% | - |
| XYZ | 25.46 | 45.17 | 23.9 | - |
| YUV | 141.93 | 113.36 | 46.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 205 | 116 | 0.86 | 0 | 0.43 | 0.20 | 149.83 | 0.76 | 0.46 |
| Hex | 1C | CD | 74 | 56 | 0 | 2B | 14 | 96 | 4C | 2E |
| Octal | 34 | 315 | 164 | 126 | 0 | 53 | 24 | 226 | 114 | 56 |
| Binary | 11100 | 11001101 | 1110100 | 1010110 | 0 | 101011 | 10100 | 10010110 | 1001100 | 101110 |
Color Harmonies of #1CCD74
Complementary color
Monochromatic Colors of #1CCD74
Black with #1CCD74
Text Example
Text Example
White with #1CCD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCD74; }
p { color: rgb(28,205,116); }
H1.HeaderClassName
{
color: #1CCD74;
}
.AnyTagClassName
{
color: #1CCD74;
}
</style>
background-color css
<style>
a { background-color: #1CCD74; }
a { background-color: rgb(28,205,116); }
div.DivClassName
{
background-color: #1CCD74;
}
.BgClassName
{
background-color: #1CCD74;
}
</style>
border-color css
<style>
span { border-color: #1CCD74; }
span { border-color: rgb(28,205,116); }
td.TdClassName
{
border-color: #1CCD74;
}
.TagClassName
{
border-color: #1CCD74;
}
</style>