Shades of Mountain Meadow #1CD27B
Tints of Mountain Meadow #1CD27B
RGB
CMYK
RGB Variations
Color information
#1CD27B (or 0x1CD27B) is known color: Mountain Meadow. HEX triplet: 1C, D2 and 7B. RGB value is (28,210,123). Sum of RGB (Red+Green+Blue) = 28+210+123=361 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.76% from 361); Green value is 210 (82.42% from 255 or 58.17% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 210 - color contains mainly: green. Hex color #1CD27B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD27B is #E32D84. Grayscale: #919191. Windows color (decimal): -14888325 or 8114716. OLE color: 8114716.
HSL color Cylindrical-coordinate representation of color #1CD27B: hue angle of 151.32º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD27B is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 210 | 123 | - |
| CMYK | 0.87 | 0 | 0.41 | 0.18 |
| HSL | 151.32º | 0.76% | 0.47% | - |
| HSV(B) | 151.32º | 0.87% | 0.82% | - |
| XYZ | 27.1 | 47.77 | 26.53 | - |
| YUV | 145.66 | 115.2 | 44.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 210 | 123 | 0.87 | 0 | 0.41 | 0.18 | 151.32 | 0.76 | 0.47 |
| Hex | 1C | D2 | 7B | 57 | 0 | 29 | 12 | 97 | 4C | 2F |
| Octal | 34 | 322 | 173 | 127 | 0 | 51 | 22 | 227 | 114 | 57 |
| Binary | 11100 | 11010010 | 1111011 | 1010111 | 0 | 101001 | 10010 | 10010111 | 1001100 | 101111 |
Color Harmonies of #1CD27B
Complementary color
Monochromatic Colors of #1CD27B
Black with #1CD27B
Text Example
Text Example
White with #1CD27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD27B; }
p { color: rgb(28,210,123); }
H1.HeaderClassName
{
color: #1CD27B;
}
.AnyTagClassName
{
color: #1CD27B;
}
</style>
background-color css
<style>
a { background-color: #1CD27B; }
a { background-color: rgb(28,210,123); }
div.DivClassName
{
background-color: #1CD27B;
}
.BgClassName
{
background-color: #1CD27B;
}
</style>
border-color css
<style>
span { border-color: #1CD27B; }
span { border-color: rgb(28,210,123); }
td.TdClassName
{
border-color: #1CD27B;
}
.TagClassName
{
border-color: #1CD27B;
}
</style>