Shades of Mindaro #C9DE6C
Tints of Mindaro #C9DE6C
RGB
CMYK
RGB Variations
Color information
#C9DE6C (or 0xC9DE6C) is known color: Mindaro. HEX triplet: C9, DE and 6C. RGB value is (201,222,108). Sum of RGB (Red+Green+Blue) = 201+222+108=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 108 (42.58% from 255 or 20.34% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #C9DE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DE6C is #362193. Grayscale: #CBCBCB. Windows color (decimal): -3547540 or 7134921. OLE color: 7134921.
HSL color Cylindrical-coordinate representation of color #C9DE6C: hue angle of 71.05º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C9DE6C is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 222 | 108 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.13 |
| HSL | 71.05º | 0.63% | 0.65% | - |
| HSV(B) | 71.05º | 0.51% | 0.87% | - |
| XYZ | 52.92 | 65.74 | 24.09 | - |
| YUV | 202.73 | 74.54 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 222 | 108 | 0.09 | 0 | 0.51 | 0.13 | 71.05 | 0.63 | 0.65 |
| Hex | C9 | DE | 6C | 9 | 0 | 33 | D | 47 | 3F | 41 |
| Octal | 311 | 336 | 154 | 11 | 0 | 63 | 15 | 107 | 77 | 101 |
| Binary | 11001001 | 11011110 | 1101100 | 1001 | 0 | 110011 | 1101 | 1000111 | 111111 | 1000001 |
Color Harmonies of #C9DE6C
Complementary color
Monochromatic Colors of #C9DE6C
Black with #C9DE6C
Text Example
Text Example
White with #C9DE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DE6C; }
p { color: rgb(201,222,108); }
H1.HeaderClassName
{
color: #C9DE6C;
}
.AnyTagClassName
{
color: #C9DE6C;
}
</style>
background-color css
<style>
a { background-color: #C9DE6C; }
a { background-color: rgb(201,222,108); }
div.DivClassName
{
background-color: #C9DE6C;
}
.BgClassName
{
background-color: #C9DE6C;
}
</style>
border-color css
<style>
span { border-color: #C9DE6C; }
span { border-color: rgb(201,222,108); }
td.TdClassName
{
border-color: #C9DE6C;
}
.TagClassName
{
border-color: #C9DE6C;
}
</style>