Shades of Mindaro #CAE670
Tints of Mindaro #CAE670
RGB
CMYK
RGB Variations
Color information
#CAE670 (or 0xCAE670) is known color: Mindaro. HEX triplet: CA, E6 and 70. RGB value is (202,230,112). Sum of RGB (Red+Green+Blue) = 202+230+112=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 230 (90.23% from 255 or 42.28% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE670 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE670 is #35198F. Grayscale: #D0D0D0. Windows color (decimal): -3479952 or 7399114. OLE color: 7399114.
HSL color Cylindrical-coordinate representation of color #CAE670: hue angle of 74.24º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAE670 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 112 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.10 |
| HSL | 74.24º | 0.7% | 0.67% | - |
| HSV(B) | 74.24º | 0.51% | 0.9% | - |
| XYZ | 55.58 | 70.32 | 25.97 | - |
| YUV | 208.18 | 73.72 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 112 | 0.12 | 0 | 0.51 | 0.10 | 74.24 | 0.7 | 0.67 |
| Hex | CA | E6 | 70 | C | 0 | 33 | A | 4A | 46 | 43 |
| Octal | 312 | 346 | 160 | 14 | 0 | 63 | 12 | 112 | 106 | 103 |
| Binary | 11001010 | 11100110 | 1110000 | 1100 | 0 | 110011 | 1010 | 1001010 | 1000110 | 1000011 |
Color Harmonies of #CAE670
Complementary color
Monochromatic Colors of #CAE670
Black with #CAE670
Text Example
Text Example
White with #CAE670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE670; }
p { color: rgb(202,230,112); }
H1.HeaderClassName
{
color: #CAE670;
}
.AnyTagClassName
{
color: #CAE670;
}
</style>
background-color css
<style>
a { background-color: #CAE670; }
a { background-color: rgb(202,230,112); }
div.DivClassName
{
background-color: #CAE670;
}
.BgClassName
{
background-color: #CAE670;
}
</style>
border-color css
<style>
span { border-color: #CAE670; }
span { border-color: rgb(202,230,112); }
td.TdClassName
{
border-color: #CAE670;
}
.TagClassName
{
border-color: #CAE670;
}
</style>