Shades of Mindaro #CADE66
Tints of Mindaro #CADE66
RGB
CMYK
RGB Variations
Color information
#CADE66 (or 0xCADE66) is known color: Mindaro. HEX triplet: CA, DE and 66. RGB value is (202,222,102). Sum of RGB (Red+Green+Blue) = 202+222+102=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 102 (40.23% from 255 or 19.39% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #CADE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADE66 is #352199. Grayscale: #CACACA. Windows color (decimal): -3482010 or 6741706. OLE color: 6741706.
HSL color Cylindrical-coordinate representation of color #CADE66: hue angle of 70º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CADE66 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 222 | 102 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.13 |
| HSL | 70º | 0.65% | 0.64% | - |
| HSV(B) | 70º | 0.54% | 0.87% | - |
| XYZ | 52.88 | 65.76 | 22.48 | - |
| YUV | 202.34 | 71.37 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 222 | 102 | 0.09 | 0 | 0.54 | 0.13 | 70 | 0.65 | 0.64 |
| Hex | CA | DE | 66 | 9 | 0 | 36 | D | 46 | 41 | 40 |
| Octal | 312 | 336 | 146 | 11 | 0 | 66 | 15 | 106 | 101 | 100 |
| Binary | 11001010 | 11011110 | 1100110 | 1001 | 0 | 110110 | 1101 | 1000110 | 1000001 | 1000000 |
Color Harmonies of #CADE66
Complementary color
Monochromatic Colors of #CADE66
Black with #CADE66
Text Example
Text Example
White with #CADE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADE66; }
p { color: rgb(202,222,102); }
H1.HeaderClassName
{
color: #CADE66;
}
.AnyTagClassName
{
color: #CADE66;
}
</style>
background-color css
<style>
a { background-color: #CADE66; }
a { background-color: rgb(202,222,102); }
div.DivClassName
{
background-color: #CADE66;
}
.BgClassName
{
background-color: #CADE66;
}
</style>
border-color css
<style>
span { border-color: #CADE66; }
span { border-color: rgb(202,222,102); }
td.TdClassName
{
border-color: #CADE66;
}
.TagClassName
{
border-color: #CADE66;
}
</style>