Shades of Mindaro #C9DD69
Tints of Mindaro #C9DD69
RGB
CMYK
RGB Variations
Color information
#C9DD69 (or 0xC9DD69) is known color: Mindaro. HEX triplet: C9, DD and 69. RGB value is (201,221,105). Sum of RGB (Red+Green+Blue) = 201+221+105=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 105 (41.41% from 255 or 19.92% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DD69 is #362296. Grayscale: #CACACA. Windows color (decimal): -3547799 or 6938057. OLE color: 6938057.
HSL color Cylindrical-coordinate representation of color #C9DD69: hue angle of 70.34º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C9DD69 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 221 | 105 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.13 |
| HSL | 70.34º | 0.63% | 0.64% | - |
| HSV(B) | 70.34º | 0.52% | 0.87% | - |
| XYZ | 52.49 | 65.15 | 23.17 | - |
| YUV | 201.8 | 73.37 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 221 | 105 | 0.09 | 0 | 0.52 | 0.13 | 70.34 | 0.63 | 0.64 |
| Hex | C9 | DD | 69 | 9 | 0 | 34 | D | 46 | 3F | 40 |
| Octal | 311 | 335 | 151 | 11 | 0 | 64 | 15 | 106 | 77 | 100 |
| Binary | 11001001 | 11011101 | 1101001 | 1001 | 0 | 110100 | 1101 | 1000110 | 111111 | 1000000 |
Color Harmonies of #C9DD69
Complementary color
Monochromatic Colors of #C9DD69
Black with #C9DD69
Text Example
Text Example
White with #C9DD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DD69; }
p { color: rgb(201,221,105); }
H1.HeaderClassName
{
color: #C9DD69;
}
.AnyTagClassName
{
color: #C9DD69;
}
</style>
background-color css
<style>
a { background-color: #C9DD69; }
a { background-color: rgb(201,221,105); }
div.DivClassName
{
background-color: #C9DD69;
}
.BgClassName
{
background-color: #C9DD69;
}
</style>
border-color css
<style>
span { border-color: #C9DD69; }
span { border-color: rgb(201,221,105); }
td.TdClassName
{
border-color: #C9DD69;
}
.TagClassName
{
border-color: #C9DD69;
}
</style>