Shades of Mountain Meadow #1CD67B
Tints of Mountain Meadow #1CD67B
RGB
CMYK
RGB Variations
Color information
#1CD67B (or 0x1CD67B) is known color: Mountain Meadow. HEX triplet: 1C, D6 and 7B. RGB value is (28,214,123). Sum of RGB (Red+Green+Blue) = 28+214+123=365 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.67% from 365); Green value is 214 (83.98% from 255 or 58.63% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 214 - color contains mainly: green. Hex color #1CD67B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CD67B is #E32984. Grayscale: #949494. Windows color (decimal): -14887301 or 8115740. OLE color: 8115740.
HSL color Cylindrical-coordinate representation of color #1CD67B: hue angle of 150.65º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD67B is Cyan = 0.87, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 28 | 214 | 123 | - |
| CMYK | 0.87 | 0 | 0.43 | 0.16 |
| HSL | 150.65º | 0.77% | 0.47% | - |
| HSV(B) | 150.65º | 0.87% | 0.84% | - |
| XYZ | 28.1 | 49.77 | 26.86 | - |
| YUV | 148.01 | 113.88 | 42.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 214 | 123 | 0.87 | 0 | 0.43 | 0.16 | 150.65 | 0.77 | 0.47 |
| Hex | 1C | D6 | 7B | 57 | 0 | 2B | 10 | 97 | 4D | 2F |
| Octal | 34 | 326 | 173 | 127 | 0 | 53 | 20 | 227 | 115 | 57 |
| Binary | 11100 | 11010110 | 1111011 | 1010111 | 0 | 101011 | 10000 | 10010111 | 1001101 | 101111 |
Color Harmonies of #1CD67B
Complementary color
Monochromatic Colors of #1CD67B
Black with #1CD67B
Text Example
Text Example
White with #1CD67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD67B; }
p { color: rgb(28,214,123); }
H1.HeaderClassName
{
color: #1CD67B;
}
.AnyTagClassName
{
color: #1CD67B;
}
</style>
background-color css
<style>
a { background-color: #1CD67B; }
a { background-color: rgb(28,214,123); }
div.DivClassName
{
background-color: #1CD67B;
}
.BgClassName
{
background-color: #1CD67B;
}
</style>
border-color css
<style>
span { border-color: #1CD67B; }
span { border-color: rgb(28,214,123); }
td.TdClassName
{
border-color: #1CD67B;
}
.TagClassName
{
border-color: #1CD67B;
}
</style>