Shades of Mindaro #CDDD6D
Tints of Mindaro #CDDD6D
RGB
CMYK
RGB Variations
Color information
#CDDD6D (or 0xCDDD6D) is known color: Mindaro. HEX triplet: CD, DD and 6D. RGB value is (205,221,109). Sum of RGB (Red+Green+Blue) = 205+221+109=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 109 (42.97% from 255 or 20.37% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD6D is #322292. Grayscale: #CBCBCB. Windows color (decimal): -3285651 or 7200205. OLE color: 7200205.
HSL color Cylindrical-coordinate representation of color #CDDD6D: hue angle of 68.57º degrees, saturation: 0.62, 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 #CDDD6D is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 109 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.13 |
| HSL | 68.57º | 0.62% | 0.65% | - |
| HSV(B) | 68.57º | 0.51% | 0.87% | - |
| XYZ | 53.79 | 65.8 | 24.33 | - |
| YUV | 203.45 | 74.7 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 109 | 0.07 | 0 | 0.51 | 0.13 | 68.57 | 0.62 | 0.65 |
| Hex | CD | DD | 6D | 7 | 0 | 33 | D | 45 | 3E | 41 |
| Octal | 315 | 335 | 155 | 7 | 0 | 63 | 15 | 105 | 76 | 101 |
| Binary | 11001101 | 11011101 | 1101101 | 111 | 0 | 110011 | 1101 | 1000101 | 111110 | 1000001 |
Color Harmonies of #CDDD6D
Complementary color
Monochromatic Colors of #CDDD6D
Black with #CDDD6D
Text Example
Text Example
White with #CDDD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD6D; }
p { color: rgb(205,221,109); }
H1.HeaderClassName
{
color: #CDDD6D;
}
.AnyTagClassName
{
color: #CDDD6D;
}
</style>
background-color css
<style>
a { background-color: #CDDD6D; }
a { background-color: rgb(205,221,109); }
div.DivClassName
{
background-color: #CDDD6D;
}
.BgClassName
{
background-color: #CDDD6D;
}
</style>
border-color css
<style>
span { border-color: #CDDD6D; }
span { border-color: rgb(205,221,109); }
td.TdClassName
{
border-color: #CDDD6D;
}
.TagClassName
{
border-color: #CDDD6D;
}
</style>