Shades of Mountain Meadow #1CCB7D
Tints of Mountain Meadow #1CCB7D
RGB
CMYK
RGB Variations
Color information
#1CCB7D (or 0x1CCB7D) is known color: Mountain Meadow. HEX triplet: 1C, CB and 7D. RGB value is (28,203,125). Sum of RGB (Red+Green+Blue) = 28+203+125=356 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.87% from 356); Green value is 203 (79.69% from 255 or 57.02% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 203 - color contains mainly: green. Hex color #1CCB7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CCB7D is #E33482. Grayscale: #8D8D8D. Windows color (decimal): -14890115 or 8243996. OLE color: 8243996.
HSL color Cylindrical-coordinate representation of color #1CCB7D: hue angle of 153.26º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCB7D is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 203 | 125 | - |
| CMYK | 0.86 | 0 | 0.38 | 0.20 |
| HSL | 153.26º | 0.76% | 0.45% | - |
| HSV(B) | 153.26º | 0.86% | 0.8% | - |
| XYZ | 25.54 | 44.44 | 26.63 | - |
| YUV | 141.78 | 118.52 | 46.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 203 | 125 | 0.86 | 0 | 0.38 | 0.20 | 153.26 | 0.76 | 0.45 |
| Hex | 1C | CB | 7D | 56 | 0 | 26 | 14 | 99 | 4C | 2D |
| Octal | 34 | 313 | 175 | 126 | 0 | 46 | 24 | 231 | 114 | 55 |
| Binary | 11100 | 11001011 | 1111101 | 1010110 | 0 | 100110 | 10100 | 10011001 | 1001100 | 101101 |
Color Harmonies of #1CCB7D
Complementary color
Monochromatic Colors of #1CCB7D
Black with #1CCB7D
Text Example
Text Example
White with #1CCB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCB7D; }
p { color: rgb(28,203,125); }
H1.HeaderClassName
{
color: #1CCB7D;
}
.AnyTagClassName
{
color: #1CCB7D;
}
</style>
background-color css
<style>
a { background-color: #1CCB7D; }
a { background-color: rgb(28,203,125); }
div.DivClassName
{
background-color: #1CCB7D;
}
.BgClassName
{
background-color: #1CCB7D;
}
</style>
border-color css
<style>
span { border-color: #1CCB7D; }
span { border-color: rgb(28,203,125); }
td.TdClassName
{
border-color: #1CCB7D;
}
.TagClassName
{
border-color: #1CCB7D;
}
</style>