Shades of Mindaro #CAE06D
Tints of Mindaro #CAE06D
RGB
CMYK
RGB Variations
Color information
#CAE06D (or 0xCAE06D) is known color: Mindaro. HEX triplet: CA, E0 and 6D. RGB value is (202,224,109). Sum of RGB (Red+Green+Blue) = 202+224+109=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 109 (42.97% from 255 or 20.37% from 535); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE06D is #351F92. Grayscale: #CCCCCC. Windows color (decimal): -3481491 or 7200970. OLE color: 7200970.
HSL color Cylindrical-coordinate representation of color #CAE06D: hue angle of 71.48º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAE06D is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 109 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.12 |
| HSL | 71.48º | 0.65% | 0.65% | - |
| HSV(B) | 71.48º | 0.51% | 0.88% | - |
| XYZ | 53.77 | 66.97 | 24.56 | - |
| YUV | 204.31 | 74.21 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 109 | 0.10 | 0 | 0.51 | 0.12 | 71.48 | 0.65 | 0.65 |
| Hex | CA | E0 | 6D | A | 0 | 33 | C | 47 | 41 | 41 |
| Octal | 312 | 340 | 155 | 12 | 0 | 63 | 14 | 107 | 101 | 101 |
| Binary | 11001010 | 11100000 | 1101101 | 1010 | 0 | 110011 | 1100 | 1000111 | 1000001 | 1000001 |
Color Harmonies of #CAE06D
Complementary color
Monochromatic Colors of #CAE06D
Black with #CAE06D
Text Example
Text Example
White with #CAE06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE06D; }
p { color: rgb(202,224,109); }
H1.HeaderClassName
{
color: #CAE06D;
}
.AnyTagClassName
{
color: #CAE06D;
}
</style>
background-color css
<style>
a { background-color: #CAE06D; }
a { background-color: rgb(202,224,109); }
div.DivClassName
{
background-color: #CAE06D;
}
.BgClassName
{
background-color: #CAE06D;
}
</style>
border-color css
<style>
span { border-color: #CAE06D; }
span { border-color: rgb(202,224,109); }
td.TdClassName
{
border-color: #CAE06D;
}
.TagClassName
{
border-color: #CAE06D;
}
</style>