Shades of Mindaro #CADC70
Tints of Mindaro #CADC70
RGB
CMYK
RGB Variations
Color information
#CADC70 (or 0xCADC70) is known color: Mindaro. HEX triplet: CA, DC and 70. RGB value is (202,220,112). Sum of RGB (Red+Green+Blue) = 202+220+112=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 112 (44.14% from 255 or 20.97% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #CADC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADC70 is #35238F. Grayscale: #CACACA. Windows color (decimal): -3482512 or 7396554. OLE color: 7396554.
HSL color Cylindrical-coordinate representation of color #CADC70: hue angle of 70º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CADC70 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 220 | 112 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.14 |
| HSL | 70º | 0.61% | 0.65% | - |
| HSV(B) | 70º | 0.49% | 0.86% | - |
| XYZ | 52.87 | 64.91 | 25.07 | - |
| YUV | 202.31 | 77.04 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 220 | 112 | 0.08 | 0 | 0.49 | 0.14 | 70 | 0.61 | 0.65 |
| Hex | CA | DC | 70 | 8 | 0 | 31 | E | 46 | 3D | 41 |
| Octal | 312 | 334 | 160 | 10 | 0 | 61 | 16 | 106 | 75 | 101 |
| Binary | 11001010 | 11011100 | 1110000 | 1000 | 0 | 110001 | 1110 | 1000110 | 111101 | 1000001 |
Color Harmonies of #CADC70
Complementary color
Monochromatic Colors of #CADC70
Black with #CADC70
Text Example
Text Example
White with #CADC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADC70; }
p { color: rgb(202,220,112); }
H1.HeaderClassName
{
color: #CADC70;
}
.AnyTagClassName
{
color: #CADC70;
}
</style>
background-color css
<style>
a { background-color: #CADC70; }
a { background-color: rgb(202,220,112); }
div.DivClassName
{
background-color: #CADC70;
}
.BgClassName
{
background-color: #CADC70;
}
</style>
border-color css
<style>
span { border-color: #CADC70; }
span { border-color: rgb(202,220,112); }
td.TdClassName
{
border-color: #CADC70;
}
.TagClassName
{
border-color: #CADC70;
}
</style>