Shades of Mindaro #CAF069
Tints of Mindaro #CAF069
RGB
CMYK
RGB Variations
Color information
#CAF069 (or 0xCAF069) is known color: Mindaro. HEX triplet: CA, F0 and 69. RGB value is (202,240,105). Sum of RGB (Red+Green+Blue) = 202+240+105=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 105 (41.41% from 255 or 19.20% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF069 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF069 is #350F96. Grayscale: #D5D5D5. Windows color (decimal): -3477399 or 6942922. OLE color: 6942922.
HSL color Cylindrical-coordinate representation of color #CAF069: hue angle of 76.89º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAF069 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 105 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.06 |
| HSL | 76.89º | 0.82% | 0.68% | - |
| HSV(B) | 76.89º | 0.56% | 0.94% | - |
| XYZ | 58.07 | 75.9 | 24.95 | - |
| YUV | 213.25 | 66.91 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 105 | 0.16 | 0 | 0.56 | 0.06 | 76.89 | 0.82 | 0.68 |
| Hex | CA | F0 | 69 | 10 | 0 | 38 | 6 | 4D | 52 | 44 |
| Octal | 312 | 360 | 151 | 20 | 0 | 70 | 6 | 115 | 122 | 104 |
| Binary | 11001010 | 11110000 | 1101001 | 10000 | 0 | 111000 | 110 | 1001101 | 1010010 | 1000100 |
Color Harmonies of #CAF069
Complementary color
Monochromatic Colors of #CAF069
Black with #CAF069
Text Example
Text Example
White with #CAF069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF069; }
p { color: rgb(202,240,105); }
H1.HeaderClassName
{
color: #CAF069;
}
.AnyTagClassName
{
color: #CAF069;
}
</style>
background-color css
<style>
a { background-color: #CAF069; }
a { background-color: rgb(202,240,105); }
div.DivClassName
{
background-color: #CAF069;
}
.BgClassName
{
background-color: #CAF069;
}
</style>
border-color css
<style>
span { border-color: #CAF069; }
span { border-color: rgb(202,240,105); }
td.TdClassName
{
border-color: #CAF069;
}
.TagClassName
{
border-color: #CAF069;
}
</style>