Shades of Mountain Meadow #23C07F
Tints of Mountain Meadow #23C07F
RGB
CMYK
RGB Variations
Color information
#23C07F (or 0x23C07F) is known color: Mountain Meadow. HEX triplet: 23, C0 and 7F. RGB value is (35,192,127). Sum of RGB (Red+Green+Blue) = 35+192+127=354 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.89% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #23C07F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #23C07F is #DC3F80. Grayscale: #898989. Windows color (decimal): -14434177 or 8372259. OLE color: 8372259.
HSL color Cylindrical-coordinate representation of color #23C07F: hue angle of 155.16º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C07F is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 192 | 127 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.25 |
| HSL | 155.16º | 0.69% | 0.45% | - |
| HSV(B) | 155.16º | 0.82% | 0.75% | - |
| XYZ | 23.37 | 39.59 | 26.49 | - |
| YUV | 137.65 | 121.99 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 192 | 127 | 0.82 | 0 | 0.34 | 0.25 | 155.16 | 0.69 | 0.45 |
| Hex | 23 | C0 | 7F | 52 | 0 | 22 | 19 | 9B | 45 | 2D |
| Octal | 43 | 300 | 177 | 122 | 0 | 42 | 31 | 233 | 105 | 55 |
| Binary | 100011 | 11000000 | 1111111 | 1010010 | 0 | 100010 | 11001 | 10011011 | 1000101 | 101101 |
Color Harmonies of #23C07F
Complementary color
Monochromatic Colors of #23C07F
Black with #23C07F
Text Example
Text Example
White with #23C07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23C07F; }
p { color: rgb(35,192,127); }
H1.HeaderClassName
{
color: #23C07F;
}
.AnyTagClassName
{
color: #23C07F;
}
</style>
background-color css
<style>
a { background-color: #23C07F; }
a { background-color: rgb(35,192,127); }
div.DivClassName
{
background-color: #23C07F;
}
.BgClassName
{
background-color: #23C07F;
}
</style>
border-color css
<style>
span { border-color: #23C07F; }
span { border-color: rgb(35,192,127); }
td.TdClassName
{
border-color: #23C07F;
}
.TagClassName
{
border-color: #23C07F;
}
</style>