Shades of Mountain Meadow #10CF7B
Tints of Mountain Meadow #10CF7B
RGB
CMYK
RGB Variations
Color information
#10CF7B (or 0x10CF7B) is known color: Mountain Meadow. HEX triplet: 10, CF and 7B. RGB value is (16,207,123). Sum of RGB (Red+Green+Blue) = 16+207+123=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 207 (81.25% from 255 or 59.83% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 207 - color contains mainly: green. Hex color #10CF7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10CF7B is #EF3084. Grayscale: #8C8C8C. Windows color (decimal): -15675525 or 8113936. OLE color: 8113936.
HSL color Cylindrical-coordinate representation of color #10CF7B: hue angle of 153.61º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CF7B is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 207 | 123 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.19 |
| HSL | 153.61º | 0.86% | 0.44% | - |
| HSV(B) | 153.61º | 0.92% | 0.81% | - |
| XYZ | 26.1 | 46.17 | 26.27 | - |
| YUV | 140.32 | 118.22 | 39.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 207 | 123 | 0.92 | 0 | 0.41 | 0.19 | 153.61 | 0.86 | 0.44 |
| Hex | 10 | CF | 7B | 5C | 0 | 29 | 13 | 9A | 56 | 2C |
| Octal | 20 | 317 | 173 | 134 | 0 | 51 | 23 | 232 | 126 | 54 |
| Binary | 10000 | 11001111 | 1111011 | 1011100 | 0 | 101001 | 10011 | 10011010 | 1010110 | 101100 |
Color Harmonies of #10CF7B
Complementary color
Monochromatic Colors of #10CF7B
Black with #10CF7B
Text Example
Text Example
White with #10CF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10CF7B; }
p { color: rgb(16,207,123); }
H1.HeaderClassName
{
color: #10CF7B;
}
.AnyTagClassName
{
color: #10CF7B;
}
</style>
background-color css
<style>
a { background-color: #10CF7B; }
a { background-color: rgb(16,207,123); }
div.DivClassName
{
background-color: #10CF7B;
}
.BgClassName
{
background-color: #10CF7B;
}
</style>
border-color css
<style>
span { border-color: #10CF7B; }
span { border-color: rgb(16,207,123); }
td.TdClassName
{
border-color: #10CF7B;
}
.TagClassName
{
border-color: #10CF7B;
}
</style>