Shades of Mindaro #CADE6C
Tints of Mindaro #CADE6C
RGB
CMYK
RGB Variations
Color information
#CADE6C (or 0xCADE6C) is known color: Mindaro. HEX triplet: CA, DE and 6C. RGB value is (202,222,108). Sum of RGB (Red+Green+Blue) = 202+222+108=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 108 (42.58% from 255 or 20.30% from 532); Max value from RGB is 222 - color contains mainly: green. Hex color #CADE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADE6C is #352193. Grayscale: #CBCBCB. Windows color (decimal): -3482004 or 7134922. OLE color: 7134922.
HSL color Cylindrical-coordinate representation of color #CADE6C: hue angle of 70.53º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CADE6C is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 222 | 108 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.13 |
| HSL | 70.53º | 0.63% | 0.65% | - |
| HSV(B) | 70.53º | 0.51% | 0.87% | - |
| XYZ | 53.19 | 65.88 | 24.1 | - |
| YUV | 203.02 | 74.37 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 222 | 108 | 0.09 | 0 | 0.51 | 0.13 | 70.53 | 0.63 | 0.65 |
| Hex | CA | DE | 6C | 9 | 0 | 33 | D | 47 | 3F | 41 |
| Octal | 312 | 336 | 154 | 11 | 0 | 63 | 15 | 107 | 77 | 101 |
| Binary | 11001010 | 11011110 | 1101100 | 1001 | 0 | 110011 | 1101 | 1000111 | 111111 | 1000001 |
Color Harmonies of #CADE6C
Complementary color
Monochromatic Colors of #CADE6C
Black with #CADE6C
Text Example
Text Example
White with #CADE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADE6C; }
p { color: rgb(202,222,108); }
H1.HeaderClassName
{
color: #CADE6C;
}
.AnyTagClassName
{
color: #CADE6C;
}
</style>
background-color css
<style>
a { background-color: #CADE6C; }
a { background-color: rgb(202,222,108); }
div.DivClassName
{
background-color: #CADE6C;
}
.BgClassName
{
background-color: #CADE6C;
}
</style>
border-color css
<style>
span { border-color: #CADE6C; }
span { border-color: rgb(202,222,108); }
td.TdClassName
{
border-color: #CADE6C;
}
.TagClassName
{
border-color: #CADE6C;
}
</style>