Shades of Mountain Meadow #23CA7C
Tints of Mountain Meadow #23CA7C
RGB
CMYK
RGB Variations
Color information
#23CA7C (or 0x23CA7C) is known color: Mountain Meadow. HEX triplet: 23, CA and 7C. RGB value is (35,202,124). Sum of RGB (Red+Green+Blue) = 35+202+124=361 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.70% from 361); Green value is 202 (79.30% from 255 or 55.96% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 202 - color contains mainly: green. Hex color #23CA7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #23CA7C is #DC3583. Grayscale: #8F8F8F. Windows color (decimal): -14431620 or 8178211. OLE color: 8178211.
HSL color Cylindrical-coordinate representation of color #23CA7C: hue angle of 151.98º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23CA7C is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 35 | 202 | 124 | - |
| CMYK | 0.83 | 0 | 0.39 | 0.21 |
| HSL | 151.98º | 0.7% | 0.46% | - |
| HSV(B) | 151.98º | 0.83% | 0.79% | - |
| XYZ | 25.45 | 44.05 | 26.23 | - |
| YUV | 143.18 | 117.17 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 202 | 124 | 0.83 | 0 | 0.39 | 0.21 | 151.98 | 0.7 | 0.46 |
| Hex | 23 | CA | 7C | 53 | 0 | 27 | 15 | 98 | 46 | 2E |
| Octal | 43 | 312 | 174 | 123 | 0 | 47 | 25 | 230 | 106 | 56 |
| Binary | 100011 | 11001010 | 1111100 | 1010011 | 0 | 100111 | 10101 | 10011000 | 1000110 | 101110 |
Color Harmonies of #23CA7C
Complementary color
Monochromatic Colors of #23CA7C
Black with #23CA7C
Text Example
Text Example
White with #23CA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CA7C; }
p { color: rgb(35,202,124); }
H1.HeaderClassName
{
color: #23CA7C;
}
.AnyTagClassName
{
color: #23CA7C;
}
</style>
background-color css
<style>
a { background-color: #23CA7C; }
a { background-color: rgb(35,202,124); }
div.DivClassName
{
background-color: #23CA7C;
}
.BgClassName
{
background-color: #23CA7C;
}
</style>
border-color css
<style>
span { border-color: #23CA7C; }
span { border-color: rgb(35,202,124); }
td.TdClassName
{
border-color: #23CA7C;
}
.TagClassName
{
border-color: #23CA7C;
}
</style>