Shades of Mindaro #CADE6E
Tints of Mindaro #CADE6E
RGB
CMYK
RGB Variations
Color information
#CADE6E (or 0xCADE6E) is known color: Mindaro. HEX triplet: CA, DE and 6E. RGB value is (202,222,110). Sum of RGB (Red+Green+Blue) = 202+222+110=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 110 (43.36% from 255 or 20.60% from 534); Max value from RGB is 222 - color contains mainly: green. Hex color #CADE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADE6E is #352191. Grayscale: #CBCBCB. Windows color (decimal): -3482002 or 7265994. OLE color: 7265994.
HSL color Cylindrical-coordinate representation of color #CADE6E: hue angle of 70.71º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CADE6E is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 222 | 110 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.13 |
| HSL | 70.71º | 0.63% | 0.65% | - |
| HSV(B) | 70.71º | 0.5% | 0.87% | - |
| XYZ | 53.29 | 65.92 | 24.67 | - |
| YUV | 203.25 | 75.37 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 222 | 110 | 0.09 | 0 | 0.50 | 0.13 | 70.71 | 0.63 | 0.65 |
| Hex | CA | DE | 6E | 9 | 0 | 32 | D | 47 | 3F | 41 |
| Octal | 312 | 336 | 156 | 11 | 0 | 62 | 15 | 107 | 77 | 101 |
| Binary | 11001010 | 11011110 | 1101110 | 1001 | 0 | 110010 | 1101 | 1000111 | 111111 | 1000001 |
Color Harmonies of #CADE6E
Complementary color
Monochromatic Colors of #CADE6E
Black with #CADE6E
Text Example
Text Example
White with #CADE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADE6E; }
p { color: rgb(202,222,110); }
H1.HeaderClassName
{
color: #CADE6E;
}
.AnyTagClassName
{
color: #CADE6E;
}
</style>
background-color css
<style>
a { background-color: #CADE6E; }
a { background-color: rgb(202,222,110); }
div.DivClassName
{
background-color: #CADE6E;
}
.BgClassName
{
background-color: #CADE6E;
}
</style>
border-color css
<style>
span { border-color: #CADE6E; }
span { border-color: rgb(202,222,110); }
td.TdClassName
{
border-color: #CADE6E;
}
.TagClassName
{
border-color: #CADE6E;
}
</style>