Shades of Mindaro #CADE64
Tints of Mindaro #CADE64
RGB
CMYK
RGB Variations
Color information
#CADE64 (or 0xCADE64) is known color: Mindaro. HEX triplet: CA, DE and 64. RGB value is (202,222,100). Sum of RGB (Red+Green+Blue) = 202+222+100=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #CADE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADE64 is #35219B. Grayscale: #CACACA. Windows color (decimal): -3482012 or 6610634. OLE color: 6610634.
HSL color Cylindrical-coordinate representation of color #CADE64: hue angle of 69.84º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CADE64 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 222 | 100 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.13 |
| HSL | 69.84º | 0.65% | 0.63% | - |
| HSV(B) | 69.84º | 0.55% | 0.87% | - |
| XYZ | 52.78 | 65.72 | 21.96 | - |
| YUV | 202.11 | 70.37 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 222 | 100 | 0.09 | 0 | 0.55 | 0.13 | 69.84 | 0.65 | 0.63 |
| Hex | CA | DE | 64 | 9 | 0 | 37 | D | 46 | 41 | 3F |
| Octal | 312 | 336 | 144 | 11 | 0 | 67 | 15 | 106 | 101 | 77 |
| Binary | 11001010 | 11011110 | 1100100 | 1001 | 0 | 110111 | 1101 | 1000110 | 1000001 | 111111 |
Color Harmonies of #CADE64
Complementary color
Monochromatic Colors of #CADE64
Black with #CADE64
Text Example
Text Example
White with #CADE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADE64; }
p { color: rgb(202,222,100); }
H1.HeaderClassName
{
color: #CADE64;
}
.AnyTagClassName
{
color: #CADE64;
}
</style>
background-color css
<style>
a { background-color: #CADE64; }
a { background-color: rgb(202,222,100); }
div.DivClassName
{
background-color: #CADE64;
}
.BgClassName
{
background-color: #CADE64;
}
</style>
border-color css
<style>
span { border-color: #CADE64; }
span { border-color: rgb(202,222,100); }
td.TdClassName
{
border-color: #CADE64;
}
.TagClassName
{
border-color: #CADE64;
}
</style>