Shades of Mindaro #CADC68
Tints of Mindaro #CADC68
RGB
CMYK
RGB Variations
Color information
#CADC68 (or 0xCADC68) is known color: Mindaro. HEX triplet: CA, DC and 68. RGB value is (202,220,104). Sum of RGB (Red+Green+Blue) = 202+220+104=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #CADC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADC68 is #352397. Grayscale: #C9C9C9. Windows color (decimal): -3482520 or 6872266. OLE color: 6872266.
HSL color Cylindrical-coordinate representation of color #CADC68: hue angle of 69.31º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CADC68 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 220 | 104 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.14 |
| HSL | 69.31º | 0.62% | 0.64% | - |
| HSV(B) | 69.31º | 0.53% | 0.86% | - |
| XYZ | 52.45 | 64.74 | 22.83 | - |
| YUV | 201.39 | 73.04 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 220 | 104 | 0.08 | 0 | 0.53 | 0.14 | 69.31 | 0.62 | 0.64 |
| Hex | CA | DC | 68 | 8 | 0 | 35 | E | 45 | 3E | 40 |
| Octal | 312 | 334 | 150 | 10 | 0 | 65 | 16 | 105 | 76 | 100 |
| Binary | 11001010 | 11011100 | 1101000 | 1000 | 0 | 110101 | 1110 | 1000101 | 111110 | 1000000 |
Color Harmonies of #CADC68
Complementary color
Monochromatic Colors of #CADC68
Black with #CADC68
Text Example
Text Example
White with #CADC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADC68; }
p { color: rgb(202,220,104); }
H1.HeaderClassName
{
color: #CADC68;
}
.AnyTagClassName
{
color: #CADC68;
}
</style>
background-color css
<style>
a { background-color: #CADC68; }
a { background-color: rgb(202,220,104); }
div.DivClassName
{
background-color: #CADC68;
}
.BgClassName
{
background-color: #CADC68;
}
</style>
border-color css
<style>
span { border-color: #CADC68; }
span { border-color: rgb(202,220,104); }
td.TdClassName
{
border-color: #CADC68;
}
.TagClassName
{
border-color: #CADC68;
}
</style>