Shades of Mountain Meadow #23BC80
Tints of Mountain Meadow #23BC80
RGB
CMYK
RGB Variations
Color information
#23BC80 (or 0x23BC80) is known color: Mountain Meadow. HEX triplet: 23, BC and 80. RGB value is (35,188,128). Sum of RGB (Red+Green+Blue) = 35+188+128=351 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.97% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #23BC80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23BC80 is #DC437F. Grayscale: #878787. Windows color (decimal): -14435200 or 8436771. OLE color: 8436771.
HSL color Cylindrical-coordinate representation of color #23BC80: hue angle of 156.47º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23BC80 is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 188 | 128 | - |
| CMYK | 0.81 | 0 | 0.32 | 0.26 |
| HSL | 156.47º | 0.69% | 0.44% | - |
| HSV(B) | 156.47º | 0.81% | 0.74% | - |
| XYZ | 22.57 | 37.88 | 26.54 | - |
| YUV | 135.41 | 123.81 | 56.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 188 | 128 | 0.81 | 0 | 0.32 | 0.26 | 156.47 | 0.69 | 0.44 |
| Hex | 23 | BC | 80 | 51 | 0 | 20 | 1A | 9C | 45 | 2C |
| Octal | 43 | 274 | 200 | 121 | 0 | 40 | 32 | 234 | 105 | 54 |
| Binary | 100011 | 10111100 | 10000000 | 1010001 | 0 | 100000 | 11010 | 10011100 | 1000101 | 101100 |
Color Harmonies of #23BC80
Complementary color
Monochromatic Colors of #23BC80
Black with #23BC80
Text Example
Text Example
White with #23BC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BC80; }
p { color: rgb(35,188,128); }
H1.HeaderClassName
{
color: #23BC80;
}
.AnyTagClassName
{
color: #23BC80;
}
</style>
background-color css
<style>
a { background-color: #23BC80; }
a { background-color: rgb(35,188,128); }
div.DivClassName
{
background-color: #23BC80;
}
.BgClassName
{
background-color: #23BC80;
}
</style>
border-color css
<style>
span { border-color: #23BC80; }
span { border-color: rgb(35,188,128); }
td.TdClassName
{
border-color: #23BC80;
}
.TagClassName
{
border-color: #23BC80;
}
</style>