Shades of Mindaro #CADD6D
Tints of Mindaro #CADD6D
RGB
CMYK
RGB Variations
Color information
#CADD6D (or 0xCADD6D) is known color: Mindaro. HEX triplet: CA, DD and 6D. RGB value is (202,221,109). Sum of RGB (Red+Green+Blue) = 202+221+109=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 109 (42.97% from 255 or 20.49% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADD6D is #352292. Grayscale: #CACACA. Windows color (decimal): -3482259 or 7200202. OLE color: 7200202.
HSL color Cylindrical-coordinate representation of color #CADD6D: hue angle of 70.18º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CADD6D is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 109 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.13 |
| HSL | 70.18º | 0.62% | 0.65% | - |
| HSV(B) | 70.18º | 0.51% | 0.87% | - |
| XYZ | 52.97 | 65.37 | 24.29 | - |
| YUV | 202.55 | 75.21 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 109 | 0.09 | 0 | 0.51 | 0.13 | 70.18 | 0.62 | 0.65 |
| Hex | CA | DD | 6D | 9 | 0 | 33 | D | 46 | 3E | 41 |
| Octal | 312 | 335 | 155 | 11 | 0 | 63 | 15 | 106 | 76 | 101 |
| Binary | 11001010 | 11011101 | 1101101 | 1001 | 0 | 110011 | 1101 | 1000110 | 111110 | 1000001 |
Color Harmonies of #CADD6D
Complementary color
Monochromatic Colors of #CADD6D
Black with #CADD6D
Text Example
Text Example
White with #CADD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD6D; }
p { color: rgb(202,221,109); }
H1.HeaderClassName
{
color: #CADD6D;
}
.AnyTagClassName
{
color: #CADD6D;
}
</style>
background-color css
<style>
a { background-color: #CADD6D; }
a { background-color: rgb(202,221,109); }
div.DivClassName
{
background-color: #CADD6D;
}
.BgClassName
{
background-color: #CADD6D;
}
</style>
border-color css
<style>
span { border-color: #CADD6D; }
span { border-color: rgb(202,221,109); }
td.TdClassName
{
border-color: #CADD6D;
}
.TagClassName
{
border-color: #CADD6D;
}
</style>