Shades of Mountain Meadow #23C680
Tints of Mountain Meadow #23C680
RGB
CMYK
RGB Variations
Color information
#23C680 (or 0x23C680) is known color: Mountain Meadow. HEX triplet: 23, C6 and 80. RGB value is (35,198,128). Sum of RGB (Red+Green+Blue) = 35+198+128=361 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.70% from 361); Green value is 198 (77.73% from 255 or 54.85% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 198 - color contains mainly: green. Hex color #23C680 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23C680 is #DC397F. Grayscale: #8D8D8D. Windows color (decimal): -14432640 or 8439331. OLE color: 8439331.
HSL color Cylindrical-coordinate representation of color #23C680: hue angle of 154.23º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C680 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 35 | 198 | 128 | - |
| CMYK | 0.82 | 0 | 0.35 | 0.22 |
| HSL | 154.23º | 0.7% | 0.46% | - |
| HSV(B) | 154.23º | 0.82% | 0.78% | - |
| XYZ | 24.78 | 42.3 | 27.28 | - |
| YUV | 141.28 | 120.5 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 198 | 128 | 0.82 | 0 | 0.35 | 0.22 | 154.23 | 0.7 | 0.46 |
| Hex | 23 | C6 | 80 | 52 | 0 | 23 | 16 | 9A | 46 | 2E |
| Octal | 43 | 306 | 200 | 122 | 0 | 43 | 26 | 232 | 106 | 56 |
| Binary | 100011 | 11000110 | 10000000 | 1010010 | 0 | 100011 | 10110 | 10011010 | 1000110 | 101110 |
Color Harmonies of #23C680
Complementary color
Monochromatic Colors of #23C680
Black with #23C680
Text Example
Text Example
White with #23C680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C680; }
p { color: rgb(35,198,128); }
H1.HeaderClassName
{
color: #23C680;
}
.AnyTagClassName
{
color: #23C680;
}
</style>
background-color css
<style>
a { background-color: #23C680; }
a { background-color: rgb(35,198,128); }
div.DivClassName
{
background-color: #23C680;
}
.BgClassName
{
background-color: #23C680;
}
</style>
border-color css
<style>
span { border-color: #23C680; }
span { border-color: rgb(35,198,128); }
td.TdClassName
{
border-color: #23C680;
}
.TagClassName
{
border-color: #23C680;
}
</style>