Shades of Mountain Meadow #23BD7A
Tints of Mountain Meadow #23BD7A
RGB
CMYK
RGB Variations
Color information
#23BD7A (or 0x23BD7A) is known color: Mountain Meadow. HEX triplet: 23, BD and 7A. RGB value is (35,189,122). Sum of RGB (Red+Green+Blue) = 35+189+122=346 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.12% from 346); Green value is 189 (74.22% from 255 or 54.62% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 189 - color contains mainly: green. Hex color #23BD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #23BD7A is #DC4285. Grayscale: #878787. Windows color (decimal): -14434950 or 8043811. OLE color: 8043811.
HSL color Cylindrical-coordinate representation of color #23BD7A: hue angle of 153.9º 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 #23BD7A is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 189 | 122 | - |
| CMYK | 0.81 | 0 | 0.35 | 0.26 |
| HSL | 153.9º | 0.69% | 0.44% | - |
| HSV(B) | 153.9º | 0.81% | 0.74% | - |
| XYZ | 22.4 | 38.16 | 24.6 | - |
| YUV | 135.32 | 120.48 | 56.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 189 | 122 | 0.81 | 0 | 0.35 | 0.26 | 153.9 | 0.69 | 0.44 |
| Hex | 23 | BD | 7A | 51 | 0 | 23 | 1A | 9A | 45 | 2C |
| Octal | 43 | 275 | 172 | 121 | 0 | 43 | 32 | 232 | 105 | 54 |
| Binary | 100011 | 10111101 | 1111010 | 1010001 | 0 | 100011 | 11010 | 10011010 | 1000101 | 101100 |
Color Harmonies of #23BD7A
Complementary color
Monochromatic Colors of #23BD7A
Black with #23BD7A
Text Example
Text Example
White with #23BD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BD7A; }
p { color: rgb(35,189,122); }
H1.HeaderClassName
{
color: #23BD7A;
}
.AnyTagClassName
{
color: #23BD7A;
}
</style>
background-color css
<style>
a { background-color: #23BD7A; }
a { background-color: rgb(35,189,122); }
div.DivClassName
{
background-color: #23BD7A;
}
.BgClassName
{
background-color: #23BD7A;
}
</style>
border-color css
<style>
span { border-color: #23BD7A; }
span { border-color: rgb(35,189,122); }
td.TdClassName
{
border-color: #23BD7A;
}
.TagClassName
{
border-color: #23BD7A;
}
</style>