Shades of Mindaro #CDDD6B
Tints of Mindaro #CDDD6B
RGB
CMYK
RGB Variations
Color information
#CDDD6B (or 0xCDDD6B) is known color: Mindaro. HEX triplet: CD, DD and 6B. RGB value is (205,221,107). Sum of RGB (Red+Green+Blue) = 205+221+107=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 107 (42.19% from 255 or 20.08% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD6B is #322294. Grayscale: #CBCBCB. Windows color (decimal): -3285653 or 7069133. OLE color: 7069133.
HSL color Cylindrical-coordinate representation of color #CDDD6B: hue angle of 68.42º 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 #CDDD6B is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 107 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.13 |
| HSL | 68.42º | 0.63% | 0.64% | - |
| HSV(B) | 68.42º | 0.52% | 0.87% | - |
| XYZ | 53.69 | 65.75 | 23.77 | - |
| YUV | 203.22 | 73.7 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 107 | 0.07 | 0 | 0.52 | 0.13 | 68.42 | 0.63 | 0.64 |
| Hex | CD | DD | 6B | 7 | 0 | 34 | D | 44 | 3F | 40 |
| Octal | 315 | 335 | 153 | 7 | 0 | 64 | 15 | 104 | 77 | 100 |
| Binary | 11001101 | 11011101 | 1101011 | 111 | 0 | 110100 | 1101 | 1000100 | 111111 | 1000000 |
Color Harmonies of #CDDD6B
Complementary color
Monochromatic Colors of #CDDD6B
Black with #CDDD6B
Text Example
Text Example
White with #CDDD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD6B; }
p { color: rgb(205,221,107); }
H1.HeaderClassName
{
color: #CDDD6B;
}
.AnyTagClassName
{
color: #CDDD6B;
}
</style>
background-color css
<style>
a { background-color: #CDDD6B; }
a { background-color: rgb(205,221,107); }
div.DivClassName
{
background-color: #CDDD6B;
}
.BgClassName
{
background-color: #CDDD6B;
}
</style>
border-color css
<style>
span { border-color: #CDDD6B; }
span { border-color: rgb(205,221,107); }
td.TdClassName
{
border-color: #CDDD6B;
}
.TagClassName
{
border-color: #CDDD6B;
}
</style>