Shades of Mindaro #CDDD71
Tints of Mindaro #CDDD71
RGB
CMYK
RGB Variations
Color information
#CDDD71 (or 0xCDDD71) is known color: Mindaro. HEX triplet: CD, DD and 71. RGB value is (205,221,113). Sum of RGB (Red+Green+Blue) = 205+221+113=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 113 (44.53% from 255 or 20.96% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD71 is #32228E. Grayscale: #CCCCCC. Windows color (decimal): -3285647 or 7462349. OLE color: 7462349.
HSL color Cylindrical-coordinate representation of color #CDDD71: hue angle of 68.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDDD71 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 113 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.13 |
| HSL | 68.89º | 0.61% | 0.65% | - |
| HSV(B) | 68.89º | 0.49% | 0.87% | - |
| XYZ | 54.01 | 65.88 | 25.49 | - |
| YUV | 203.9 | 76.7 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 113 | 0.07 | 0 | 0.49 | 0.13 | 68.89 | 0.61 | 0.65 |
| Hex | CD | DD | 71 | 7 | 0 | 31 | D | 45 | 3D | 41 |
| Octal | 315 | 335 | 161 | 7 | 0 | 61 | 15 | 105 | 75 | 101 |
| Binary | 11001101 | 11011101 | 1110001 | 111 | 0 | 110001 | 1101 | 1000101 | 111101 | 1000001 |
Color Harmonies of #CDDD71
Complementary color
Monochromatic Colors of #CDDD71
Black with #CDDD71
Text Example
Text Example
White with #CDDD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD71; }
p { color: rgb(205,221,113); }
H1.HeaderClassName
{
color: #CDDD71;
}
.AnyTagClassName
{
color: #CDDD71;
}
</style>
background-color css
<style>
a { background-color: #CDDD71; }
a { background-color: rgb(205,221,113); }
div.DivClassName
{
background-color: #CDDD71;
}
.BgClassName
{
background-color: #CDDD71;
}
</style>
border-color css
<style>
span { border-color: #CDDD71; }
span { border-color: rgb(205,221,113); }
td.TdClassName
{
border-color: #CDDD71;
}
.TagClassName
{
border-color: #CDDD71;
}
</style>