Shades of Mindaro #CDDD75
Tints of Mindaro #CDDD75
RGB
CMYK
RGB Variations
Color information
#CDDD75 (or 0xCDDD75) is known color: Mindaro. HEX triplet: CD, DD and 75. RGB value is (205,221,117). Sum of RGB (Red+Green+Blue) = 205+221+117=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 117 (46.09% from 255 or 21.55% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD75 is #32228A. Grayscale: #CCCCCC. Windows color (decimal): -3285643 or 7724493. OLE color: 7724493.
HSL color Cylindrical-coordinate representation of color #CDDD75: hue angle of 69.23º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDDD75 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 117 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.13 |
| HSL | 69.23º | 0.6% | 0.66% | - |
| HSV(B) | 69.23º | 0.47% | 0.87% | - |
| XYZ | 54.24 | 65.98 | 26.71 | - |
| YUV | 204.36 | 78.7 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 117 | 0.07 | 0 | 0.47 | 0.13 | 69.23 | 0.6 | 0.66 |
| Hex | CD | DD | 75 | 7 | 0 | 2F | D | 45 | 3C | 42 |
| Octal | 315 | 335 | 165 | 7 | 0 | 57 | 15 | 105 | 74 | 102 |
| Binary | 11001101 | 11011101 | 1110101 | 111 | 0 | 101111 | 1101 | 1000101 | 111100 | 1000010 |
Color Harmonies of #CDDD75
Complementary color
Monochromatic Colors of #CDDD75
Black with #CDDD75
Text Example
Text Example
White with #CDDD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD75; }
p { color: rgb(205,221,117); }
H1.HeaderClassName
{
color: #CDDD75;
}
.AnyTagClassName
{
color: #CDDD75;
}
</style>
background-color css
<style>
a { background-color: #CDDD75; }
a { background-color: rgb(205,221,117); }
div.DivClassName
{
background-color: #CDDD75;
}
.BgClassName
{
background-color: #CDDD75;
}
</style>
border-color css
<style>
span { border-color: #CDDD75; }
span { border-color: rgb(205,221,117); }
td.TdClassName
{
border-color: #CDDD75;
}
.TagClassName
{
border-color: #CDDD75;
}
</style>