Shades of Mindaro #CDDD60
Tints of Mindaro #CDDD60
RGB
CMYK
RGB Variations
Color information
#CDDD60 (or 0xCDDD60) is known color: Mindaro. HEX triplet: CD, DD and 60. RGB value is (205,221,96). Sum of RGB (Red+Green+Blue) = 205+221+96=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 96 (37.89% from 255 or 18.39% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD60 is #32229F. Grayscale: #CACACA. Windows color (decimal): -3285664 or 6348237. OLE color: 6348237.
HSL color Cylindrical-coordinate representation of color #CDDD60: hue angle of 67.68º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDDD60 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 96 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.13 |
| HSL | 67.68º | 0.65% | 0.62% | - |
| HSV(B) | 67.68º | 0.57% | 0.87% | - |
| XYZ | 53.14 | 65.54 | 20.92 | - |
| YUV | 201.97 | 68.2 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 96 | 0.07 | 0 | 0.57 | 0.13 | 67.68 | 0.65 | 0.62 |
| Hex | CD | DD | 60 | 7 | 0 | 39 | D | 44 | 41 | 3E |
| Octal | 315 | 335 | 140 | 7 | 0 | 71 | 15 | 104 | 101 | 76 |
| Binary | 11001101 | 11011101 | 1100000 | 111 | 0 | 111001 | 1101 | 1000100 | 1000001 | 111110 |
Color Harmonies of #CDDD60
Complementary color
Monochromatic Colors of #CDDD60
Black with #CDDD60
Text Example
Text Example
White with #CDDD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD60; }
p { color: rgb(205,221,96); }
H1.HeaderClassName
{
color: #CDDD60;
}
.AnyTagClassName
{
color: #CDDD60;
}
</style>
background-color css
<style>
a { background-color: #CDDD60; }
a { background-color: rgb(205,221,96); }
div.DivClassName
{
background-color: #CDDD60;
}
.BgClassName
{
background-color: #CDDD60;
}
</style>
border-color css
<style>
span { border-color: #CDDD60; }
span { border-color: rgb(205,221,96); }
td.TdClassName
{
border-color: #CDDD60;
}
.TagClassName
{
border-color: #CDDD60;
}
</style>