Shades of Mountain Meadow #23C280
Tints of Mountain Meadow #23C280
RGB
CMYK
RGB Variations
Color information
#23C280 (or 0x23C280) is known color: Mountain Meadow. HEX triplet: 23, C2 and 80. RGB value is (35,194,128). Sum of RGB (Red+Green+Blue) = 35+194+128=357 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.80% from 357); Green value is 194 (76.17% from 255 or 54.34% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 194 - color contains mainly: green. Hex color #23C280 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23C280 is #DC3D7F. Grayscale: #8B8B8B. Windows color (decimal): -14433664 or 8438307. OLE color: 8438307.
HSL color Cylindrical-coordinate representation of color #23C280: hue angle of 155.09º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C280 is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 194 | 128 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.24 |
| HSL | 155.09º | 0.69% | 0.45% | - |
| HSV(B) | 155.09º | 0.82% | 0.76% | - |
| XYZ | 23.88 | 40.5 | 26.98 | - |
| YUV | 138.94 | 121.82 | 53.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 194 | 128 | 0.82 | 0 | 0.34 | 0.24 | 155.09 | 0.69 | 0.45 |
| Hex | 23 | C2 | 80 | 52 | 0 | 22 | 18 | 9B | 45 | 2D |
| Octal | 43 | 302 | 200 | 122 | 0 | 42 | 30 | 233 | 105 | 55 |
| Binary | 100011 | 11000010 | 10000000 | 1010010 | 0 | 100010 | 11000 | 10011011 | 1000101 | 101101 |
Color Harmonies of #23C280
Complementary color
Monochromatic Colors of #23C280
Black with #23C280
Text Example
Text Example
White with #23C280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C280; }
p { color: rgb(35,194,128); }
H1.HeaderClassName
{
color: #23C280;
}
.AnyTagClassName
{
color: #23C280;
}
</style>
background-color css
<style>
a { background-color: #23C280; }
a { background-color: rgb(35,194,128); }
div.DivClassName
{
background-color: #23C280;
}
.BgClassName
{
background-color: #23C280;
}
</style>
border-color css
<style>
span { border-color: #23C280; }
span { border-color: rgb(35,194,128); }
td.TdClassName
{
border-color: #23C280;
}
.TagClassName
{
border-color: #23C280;
}
</style>