Shades of Mindaro #CADD6B
Tints of Mindaro #CADD6B
RGB
CMYK
RGB Variations
Color information
#CADD6B (or 0xCADD6B) is known color: Mindaro. HEX triplet: CA, DD and 6B. RGB value is (202,221,107). Sum of RGB (Red+Green+Blue) = 202+221+107=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 107 (42.19% from 255 or 20.19% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADD6B is #352294. Grayscale: #CACACA. Windows color (decimal): -3482261 or 7069130. OLE color: 7069130.
HSL color Cylindrical-coordinate representation of color #CADD6B: hue angle of 70º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CADD6B is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 107 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.13 |
| HSL | 70º | 0.63% | 0.64% | - |
| HSV(B) | 70º | 0.52% | 0.87% | - |
| XYZ | 52.87 | 65.33 | 23.73 | - |
| YUV | 202.32 | 74.21 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 107 | 0.09 | 0 | 0.52 | 0.13 | 70 | 0.63 | 0.64 |
| Hex | CA | DD | 6B | 9 | 0 | 34 | D | 46 | 3F | 40 |
| Octal | 312 | 335 | 153 | 11 | 0 | 64 | 15 | 106 | 77 | 100 |
| Binary | 11001010 | 11011101 | 1101011 | 1001 | 0 | 110100 | 1101 | 1000110 | 111111 | 1000000 |
Color Harmonies of #CADD6B
Complementary color
Monochromatic Colors of #CADD6B
Black with #CADD6B
Text Example
Text Example
White with #CADD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD6B; }
p { color: rgb(202,221,107); }
H1.HeaderClassName
{
color: #CADD6B;
}
.AnyTagClassName
{
color: #CADD6B;
}
</style>
background-color css
<style>
a { background-color: #CADD6B; }
a { background-color: rgb(202,221,107); }
div.DivClassName
{
background-color: #CADD6B;
}
.BgClassName
{
background-color: #CADD6B;
}
</style>
border-color css
<style>
span { border-color: #CADD6B; }
span { border-color: rgb(202,221,107); }
td.TdClassName
{
border-color: #CADD6B;
}
.TagClassName
{
border-color: #CADD6B;
}
</style>