Shades of Mountain Meadow #23BD93
Tints of Mountain Meadow #23BD93
RGB
CMYK
RGB Variations
Color information
#23BD93 (or 0x23BD93) is known color: Mountain Meadow. HEX triplet: 23, BD and 93. RGB value is (35,189,147). Sum of RGB (Red+Green+Blue) = 35+189+147=371 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.43% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #23BD93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23BD93 is #DC426C. Grayscale: #8A8A8A. Windows color (decimal): -14434925 or 9682211. OLE color: 9682211.
HSL color Cylindrical-coordinate representation of color #23BD93: hue angle of 163.64º 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 #23BD93 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 189 | 147 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.26 |
| HSL | 163.64º | 0.69% | 0.44% | - |
| HSV(B) | 163.64º | 0.81% | 0.74% | - |
| XYZ | 24.16 | 38.86 | 33.83 | - |
| YUV | 138.17 | 132.98 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 189 | 147 | 0.81 | 0 | 0.22 | 0.26 | 163.64 | 0.69 | 0.44 |
| Hex | 23 | BD | 93 | 51 | 0 | 16 | 1A | A4 | 45 | 2C |
| Octal | 43 | 275 | 223 | 121 | 0 | 26 | 32 | 244 | 105 | 54 |
| Binary | 100011 | 10111101 | 10010011 | 1010001 | 0 | 10110 | 11010 | 10100100 | 1000101 | 101100 |
Color Harmonies of #23BD93
Complementary color
Monochromatic Colors of #23BD93
Black with #23BD93
Text Example
Text Example
White with #23BD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BD93; }
p { color: rgb(35,189,147); }
H1.HeaderClassName
{
color: #23BD93;
}
.AnyTagClassName
{
color: #23BD93;
}
</style>
background-color css
<style>
a { background-color: #23BD93; }
a { background-color: rgb(35,189,147); }
div.DivClassName
{
background-color: #23BD93;
}
.BgClassName
{
background-color: #23BD93;
}
</style>
border-color css
<style>
span { border-color: #23BD93; }
span { border-color: rgb(35,189,147); }
td.TdClassName
{
border-color: #23BD93;
}
.TagClassName
{
border-color: #23BD93;
}
</style>