Shades of Mindaro #C9E06C
Tints of Mindaro #C9E06C
RGB
CMYK
RGB Variations
Color information
#C9E06C (or 0xC9E06C) is known color: Mindaro. HEX triplet: C9, E0 and 6C. RGB value is (201,224,108). Sum of RGB (Red+Green+Blue) = 201+224+108=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 224 (87.89% from 255 or 42.03% from 533); Blue value is 108 (42.58% from 255 or 20.26% from 533); Max value from RGB is 224 - color contains mainly: green. Hex color #C9E06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9E06C is #361F93. Grayscale: #CCCCCC. Windows color (decimal): -3547028 or 7135433. OLE color: 7135433.
HSL color Cylindrical-coordinate representation of color #C9E06C: hue angle of 71.9º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C9E06C is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 224 | 108 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.12 |
| HSL | 71.9º | 0.65% | 0.65% | - |
| HSV(B) | 71.9º | 0.52% | 0.88% | - |
| XYZ | 53.45 | 66.81 | 24.27 | - |
| YUV | 203.9 | 73.88 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 224 | 108 | 0.10 | 0 | 0.52 | 0.12 | 71.9 | 0.65 | 0.65 |
| Hex | C9 | E0 | 6C | A | 0 | 34 | C | 48 | 41 | 41 |
| Octal | 311 | 340 | 154 | 12 | 0 | 64 | 14 | 110 | 101 | 101 |
| Binary | 11001001 | 11100000 | 1101100 | 1010 | 0 | 110100 | 1100 | 1001000 | 1000001 | 1000001 |
Color Harmonies of #C9E06C
Complementary color
Monochromatic Colors of #C9E06C
Black with #C9E06C
Text Example
Text Example
White with #C9E06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E06C; }
p { color: rgb(201,224,108); }
H1.HeaderClassName
{
color: #C9E06C;
}
.AnyTagClassName
{
color: #C9E06C;
}
</style>
background-color css
<style>
a { background-color: #C9E06C; }
a { background-color: rgb(201,224,108); }
div.DivClassName
{
background-color: #C9E06C;
}
.BgClassName
{
background-color: #C9E06C;
}
</style>
border-color css
<style>
span { border-color: #C9E06C; }
span { border-color: rgb(201,224,108); }
td.TdClassName
{
border-color: #C9E06C;
}
.TagClassName
{
border-color: #C9E06C;
}
</style>