Shades of Mindaro #CDDD68
Tints of Mindaro #CDDD68
RGB
CMYK
RGB Variations
Color information
#CDDD68 (or 0xCDDD68) is known color: Mindaro. HEX triplet: CD, DD and 68. RGB value is (205,221,104). Sum of RGB (Red+Green+Blue) = 205+221+104=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 104 (41.02% from 255 or 19.62% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD68 is #322297. Grayscale: #CBCBCB. Windows color (decimal): -3285656 or 6872525. OLE color: 6872525.
HSL color Cylindrical-coordinate representation of color #CDDD68: hue angle of 68.21º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDDD68 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 104 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.13 |
| HSL | 68.21º | 0.63% | 0.64% | - |
| HSV(B) | 68.21º | 0.53% | 0.87% | - |
| XYZ | 53.53 | 65.69 | 22.96 | - |
| YUV | 202.88 | 72.2 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 104 | 0.07 | 0 | 0.53 | 0.13 | 68.21 | 0.63 | 0.64 |
| Hex | CD | DD | 68 | 7 | 0 | 35 | D | 44 | 3F | 40 |
| Octal | 315 | 335 | 150 | 7 | 0 | 65 | 15 | 104 | 77 | 100 |
| Binary | 11001101 | 11011101 | 1101000 | 111 | 0 | 110101 | 1101 | 1000100 | 111111 | 1000000 |
Color Harmonies of #CDDD68
Complementary color
Monochromatic Colors of #CDDD68
Black with #CDDD68
Text Example
Text Example
White with #CDDD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD68; }
p { color: rgb(205,221,104); }
H1.HeaderClassName
{
color: #CDDD68;
}
.AnyTagClassName
{
color: #CDDD68;
}
</style>
background-color css
<style>
a { background-color: #CDDD68; }
a { background-color: rgb(205,221,104); }
div.DivClassName
{
background-color: #CDDD68;
}
.BgClassName
{
background-color: #CDDD68;
}
</style>
border-color css
<style>
span { border-color: #CDDD68; }
span { border-color: rgb(205,221,104); }
td.TdClassName
{
border-color: #CDDD68;
}
.TagClassName
{
border-color: #CDDD68;
}
</style>