Shades of Mindaro #CCDD75
Tints of Mindaro #CCDD75
RGB
CMYK
RGB Variations
Color information
#CCDD75 (or 0xCCDD75) is known color: Mindaro. HEX triplet: CC, DD and 75. RGB value is (204,221,117). Sum of RGB (Red+Green+Blue) = 204+221+117=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 117 (46.09% from 255 or 21.59% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD75 is #33228A. Grayscale: #CCCCCC. Windows color (decimal): -3351179 or 7724492. OLE color: 7724492.
HSL color Cylindrical-coordinate representation of color #CCDD75: hue angle of 69.81º 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 #CCDD75 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 117 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.13 |
| HSL | 69.81º | 0.6% | 0.66% | - |
| HSV(B) | 69.81º | 0.47% | 0.87% | - |
| XYZ | 53.97 | 65.83 | 26.69 | - |
| YUV | 204.06 | 78.87 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 117 | 0.08 | 0 | 0.47 | 0.13 | 69.81 | 0.6 | 0.66 |
| Hex | CC | DD | 75 | 8 | 0 | 2F | D | 46 | 3C | 42 |
| Octal | 314 | 335 | 165 | 10 | 0 | 57 | 15 | 106 | 74 | 102 |
| Binary | 11001100 | 11011101 | 1110101 | 1000 | 0 | 101111 | 1101 | 1000110 | 111100 | 1000010 |
Color Harmonies of #CCDD75
Complementary color
Monochromatic Colors of #CCDD75
Black with #CCDD75
Text Example
Text Example
White with #CCDD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD75; }
p { color: rgb(204,221,117); }
H1.HeaderClassName
{
color: #CCDD75;
}
.AnyTagClassName
{
color: #CCDD75;
}
</style>
background-color css
<style>
a { background-color: #CCDD75; }
a { background-color: rgb(204,221,117); }
div.DivClassName
{
background-color: #CCDD75;
}
.BgClassName
{
background-color: #CCDD75;
}
</style>
border-color css
<style>
span { border-color: #CCDD75; }
span { border-color: rgb(204,221,117); }
td.TdClassName
{
border-color: #CCDD75;
}
.TagClassName
{
border-color: #CCDD75;
}
</style>