Shades of Mindaro #CAE569
Tints of Mindaro #CAE569
RGB
CMYK
RGB Variations
Color information
#CAE569 (or 0xCAE569) is known color: Mindaro. HEX triplet: CA, E5 and 69. RGB value is (202,229,105). Sum of RGB (Red+Green+Blue) = 202+229+105=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 229 (89.84% from 255 or 42.72% from 536); Blue value is 105 (41.41% from 255 or 19.59% from 536); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE569 is #351A96. Grayscale: #CFCFCF. Windows color (decimal): -3480215 or 6940106. OLE color: 6940106.
HSL color Cylindrical-coordinate representation of color #CAE569: hue angle of 73.06º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CAE569 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 229 | 105 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.10 |
| HSL | 73.06º | 0.7% | 0.65% | - |
| HSV(B) | 73.06º | 0.54% | 0.9% | - |
| XYZ | 54.93 | 69.62 | 23.91 | - |
| YUV | 206.79 | 70.55 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 229 | 105 | 0.12 | 0 | 0.54 | 0.10 | 73.06 | 0.7 | 0.65 |
| Hex | CA | E5 | 69 | C | 0 | 36 | A | 49 | 46 | 41 |
| Octal | 312 | 345 | 151 | 14 | 0 | 66 | 12 | 111 | 106 | 101 |
| Binary | 11001010 | 11100101 | 1101001 | 1100 | 0 | 110110 | 1010 | 1001001 | 1000110 | 1000001 |
Color Harmonies of #CAE569
Complementary color
Monochromatic Colors of #CAE569
Black with #CAE569
Text Example
Text Example
White with #CAE569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE569; }
p { color: rgb(202,229,105); }
H1.HeaderClassName
{
color: #CAE569;
}
.AnyTagClassName
{
color: #CAE569;
}
</style>
background-color css
<style>
a { background-color: #CAE569; }
a { background-color: rgb(202,229,105); }
div.DivClassName
{
background-color: #CAE569;
}
.BgClassName
{
background-color: #CAE569;
}
</style>
border-color css
<style>
span { border-color: #CAE569; }
span { border-color: rgb(202,229,105); }
td.TdClassName
{
border-color: #CAE569;
}
.TagClassName
{
border-color: #CAE569;
}
</style>