Shades of Mindaro #CDDD6F
Tints of Mindaro #CDDD6F
RGB
CMYK
RGB Variations
Color information
#CDDD6F (or 0xCDDD6F) is known color: Mindaro. HEX triplet: CD, DD and 6F. RGB value is (205,221,111). Sum of RGB (Red+Green+Blue) = 205+221+111=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 111 (43.75% from 255 or 20.67% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD6F is #322290. Grayscale: #CCCCCC. Windows color (decimal): -3285649 or 7331277. OLE color: 7331277.
HSL color Cylindrical-coordinate representation of color #CDDD6F: hue angle of 68.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDDD6F is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 111 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.13 |
| HSL | 68.73º | 0.62% | 0.65% | - |
| HSV(B) | 68.73º | 0.5% | 0.87% | - |
| XYZ | 53.9 | 65.84 | 24.91 | - |
| YUV | 203.68 | 75.7 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 111 | 0.07 | 0 | 0.50 | 0.13 | 68.73 | 0.62 | 0.65 |
| Hex | CD | DD | 6F | 7 | 0 | 32 | D | 45 | 3E | 41 |
| Octal | 315 | 335 | 157 | 7 | 0 | 62 | 15 | 105 | 76 | 101 |
| Binary | 11001101 | 11011101 | 1101111 | 111 | 0 | 110010 | 1101 | 1000101 | 111110 | 1000001 |
Color Harmonies of #CDDD6F
Complementary color
Monochromatic Colors of #CDDD6F
Black with #CDDD6F
Text Example
Text Example
White with #CDDD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD6F; }
p { color: rgb(205,221,111); }
H1.HeaderClassName
{
color: #CDDD6F;
}
.AnyTagClassName
{
color: #CDDD6F;
}
</style>
background-color css
<style>
a { background-color: #CDDD6F; }
a { background-color: rgb(205,221,111); }
div.DivClassName
{
background-color: #CDDD6F;
}
.BgClassName
{
background-color: #CDDD6F;
}
</style>
border-color css
<style>
span { border-color: #CDDD6F; }
span { border-color: rgb(205,221,111); }
td.TdClassName
{
border-color: #CDDD6F;
}
.TagClassName
{
border-color: #CDDD6F;
}
</style>