Shades of Mindaro #CADC73
Tints of Mindaro #CADC73
RGB
CMYK
RGB Variations
Color information
#CADC73 (or 0xCADC73) is known color: Mindaro. HEX triplet: CA, DC and 73. RGB value is (202,220,115). Sum of RGB (Red+Green+Blue) = 202+220+115=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 115 (45.31% from 255 or 21.42% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #CADC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADC73 is #35238C. Grayscale: #CBCBCB. Windows color (decimal): -3482509 or 7593162. OLE color: 7593162.
HSL color Cylindrical-coordinate representation of color #CADC73: hue angle of 70.29º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CADC73 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 220 | 115 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.14 |
| HSL | 70.29º | 0.6% | 0.66% | - |
| HSV(B) | 70.29º | 0.48% | 0.86% | - |
| XYZ | 53.04 | 64.98 | 25.97 | - |
| YUV | 202.65 | 78.54 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 220 | 115 | 0.08 | 0 | 0.48 | 0.14 | 70.29 | 0.6 | 0.66 |
| Hex | CA | DC | 73 | 8 | 0 | 30 | E | 46 | 3C | 42 |
| Octal | 312 | 334 | 163 | 10 | 0 | 60 | 16 | 106 | 74 | 102 |
| Binary | 11001010 | 11011100 | 1110011 | 1000 | 0 | 110000 | 1110 | 1000110 | 111100 | 1000010 |
Color Harmonies of #CADC73
Complementary color
Monochromatic Colors of #CADC73
Black with #CADC73
Text Example
Text Example
White with #CADC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADC73; }
p { color: rgb(202,220,115); }
H1.HeaderClassName
{
color: #CADC73;
}
.AnyTagClassName
{
color: #CADC73;
}
</style>
background-color css
<style>
a { background-color: #CADC73; }
a { background-color: rgb(202,220,115); }
div.DivClassName
{
background-color: #CADC73;
}
.BgClassName
{
background-color: #CADC73;
}
</style>
border-color css
<style>
span { border-color: #CADC73; }
span { border-color: rgb(202,220,115); }
td.TdClassName
{
border-color: #CADC73;
}
.TagClassName
{
border-color: #CADC73;
}
</style>