Shades of Mindaro #CAE06B
Tints of Mindaro #CAE06B
RGB
CMYK
RGB Variations
Color information
#CAE06B (or 0xCAE06B) is known color: Mindaro. HEX triplet: CA, E0 and 6B. RGB value is (202,224,107). Sum of RGB (Red+Green+Blue) = 202+224+107=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 224 (87.89% from 255 or 42.03% from 533); Blue value is 107 (42.19% from 255 or 20.08% from 533); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE06B is #351F94. Grayscale: #CCCCCC. Windows color (decimal): -3481493 or 7069898. OLE color: 7069898.
HSL color Cylindrical-coordinate representation of color #CAE06B: hue angle of 71.28º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CAE06B is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 107 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.12 |
| HSL | 71.28º | 0.65% | 0.65% | - |
| HSV(B) | 71.28º | 0.52% | 0.88% | - |
| XYZ | 53.67 | 66.93 | 24 | - |
| YUV | 204.08 | 73.21 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 107 | 0.10 | 0 | 0.52 | 0.12 | 71.28 | 0.65 | 0.65 |
| Hex | CA | E0 | 6B | A | 0 | 34 | C | 47 | 41 | 41 |
| Octal | 312 | 340 | 153 | 12 | 0 | 64 | 14 | 107 | 101 | 101 |
| Binary | 11001010 | 11100000 | 1101011 | 1010 | 0 | 110100 | 1100 | 1000111 | 1000001 | 1000001 |
Color Harmonies of #CAE06B
Complementary color
Monochromatic Colors of #CAE06B
Black with #CAE06B
Text Example
Text Example
White with #CAE06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE06B; }
p { color: rgb(202,224,107); }
H1.HeaderClassName
{
color: #CAE06B;
}
.AnyTagClassName
{
color: #CAE06B;
}
</style>
background-color css
<style>
a { background-color: #CAE06B; }
a { background-color: rgb(202,224,107); }
div.DivClassName
{
background-color: #CAE06B;
}
.BgClassName
{
background-color: #CAE06B;
}
</style>
border-color css
<style>
span { border-color: #CAE06B; }
span { border-color: rgb(202,224,107); }
td.TdClassName
{
border-color: #CAE06B;
}
.TagClassName
{
border-color: #CAE06B;
}
</style>