Shades of Mindaro #C9E56C
Tints of Mindaro #C9E56C
RGB
CMYK
RGB Variations
Color information
#C9E56C (or 0xC9E56C) is known color: Mindaro. HEX triplet: C9, E5 and 6C. RGB value is (201,229,108). Sum of RGB (Red+Green+Blue) = 201+229+108=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 229 (89.84% from 255 or 42.57% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 229 - color contains mainly: green. Hex color #C9E56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9E56C is #361A93. Grayscale: #CFCFCF. Windows color (decimal): -3545748 or 7136713. OLE color: 7136713.
HSL color Cylindrical-coordinate representation of color #C9E56C: hue angle of 73.88º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9E56C is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 229 | 108 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.10 |
| HSL | 73.88º | 0.7% | 0.66% | - |
| HSV(B) | 73.88º | 0.53% | 0.9% | - |
| XYZ | 54.81 | 69.54 | 24.72 | - |
| YUV | 206.83 | 72.22 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 229 | 108 | 0.12 | 0 | 0.53 | 0.10 | 73.88 | 0.7 | 0.66 |
| Hex | C9 | E5 | 6C | C | 0 | 35 | A | 4A | 46 | 42 |
| Octal | 311 | 345 | 154 | 14 | 0 | 65 | 12 | 112 | 106 | 102 |
| Binary | 11001001 | 11100101 | 1101100 | 1100 | 0 | 110101 | 1010 | 1001010 | 1000110 | 1000010 |
Color Harmonies of #C9E56C
Complementary color
Monochromatic Colors of #C9E56C
Black with #C9E56C
Text Example
Text Example
White with #C9E56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E56C; }
p { color: rgb(201,229,108); }
H1.HeaderClassName
{
color: #C9E56C;
}
.AnyTagClassName
{
color: #C9E56C;
}
</style>
background-color css
<style>
a { background-color: #C9E56C; }
a { background-color: rgb(201,229,108); }
div.DivClassName
{
background-color: #C9E56C;
}
.BgClassName
{
background-color: #C9E56C;
}
</style>
border-color css
<style>
span { border-color: #C9E56C; }
span { border-color: rgb(201,229,108); }
td.TdClassName
{
border-color: #C9E56C;
}
.TagClassName
{
border-color: #C9E56C;
}
</style>