Shades of Mindaro #CADD68
Tints of Mindaro #CADD68
RGB
CMYK
RGB Variations
Color information
#CADD68 (or 0xCADD68) is known color: Mindaro. HEX triplet: CA, DD and 68. RGB value is (202,221,104). Sum of RGB (Red+Green+Blue) = 202+221+104=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 104 (41.02% from 255 or 19.73% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADD68 is #352297. Grayscale: #CACACA. Windows color (decimal): -3482264 or 6872522. OLE color: 6872522.
HSL color Cylindrical-coordinate representation of color #CADD68: hue angle of 69.74º 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 #CADD68 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 104 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.13 |
| HSL | 69.74º | 0.63% | 0.64% | - |
| HSV(B) | 69.74º | 0.53% | 0.87% | - |
| XYZ | 52.71 | 65.27 | 22.92 | - |
| YUV | 201.98 | 72.71 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 104 | 0.09 | 0 | 0.53 | 0.13 | 69.74 | 0.63 | 0.64 |
| Hex | CA | DD | 68 | 9 | 0 | 35 | D | 46 | 3F | 40 |
| Octal | 312 | 335 | 150 | 11 | 0 | 65 | 15 | 106 | 77 | 100 |
| Binary | 11001010 | 11011101 | 1101000 | 1001 | 0 | 110101 | 1101 | 1000110 | 111111 | 1000000 |
Color Harmonies of #CADD68
Complementary color
Monochromatic Colors of #CADD68
Black with #CADD68
Text Example
Text Example
White with #CADD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD68; }
p { color: rgb(202,221,104); }
H1.HeaderClassName
{
color: #CADD68;
}
.AnyTagClassName
{
color: #CADD68;
}
</style>
background-color css
<style>
a { background-color: #CADD68; }
a { background-color: rgb(202,221,104); }
div.DivClassName
{
background-color: #CADD68;
}
.BgClassName
{
background-color: #CADD68;
}
</style>
border-color css
<style>
span { border-color: #CADD68; }
span { border-color: rgb(202,221,104); }
td.TdClassName
{
border-color: #CADD68;
}
.TagClassName
{
border-color: #CADD68;
}
</style>