Shades of Mindaro #CAF669
Tints of Mindaro #CAF669
RGB
CMYK
RGB Variations
Color information
#CAF669 (or 0xCAF669) is known color: Mindaro. HEX triplet: CA, F6 and 69. RGB value is (202,246,105). Sum of RGB (Red+Green+Blue) = 202+246+105=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 246 (96.48% from 255 or 44.48% from 553); Blue value is 105 (41.41% from 255 or 18.99% from 553); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF669 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF669 is #350996. Grayscale: #D9D9D9. Windows color (decimal): -3475863 or 6944458. OLE color: 6944458.
HSL color Cylindrical-coordinate representation of color #CAF669: hue angle of 78.72º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CAF669 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 105 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.04 |
| HSL | 78.72º | 0.89% | 0.69% | - |
| HSV(B) | 78.72º | 0.57% | 0.96% | - |
| XYZ | 59.86 | 79.49 | 25.55 | - |
| YUV | 216.77 | 64.92 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 105 | 0.18 | 0 | 0.57 | 0.04 | 78.72 | 0.89 | 0.69 |
| Hex | CA | F6 | 69 | 12 | 0 | 39 | 4 | 4F | 59 | 45 |
| Octal | 312 | 366 | 151 | 22 | 0 | 71 | 4 | 117 | 131 | 105 |
| Binary | 11001010 | 11110110 | 1101001 | 10010 | 0 | 111001 | 100 | 1001111 | 1011001 | 1000101 |
Color Harmonies of #CAF669
Complementary color
Monochromatic Colors of #CAF669
Black with #CAF669
Text Example
Text Example
White with #CAF669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF669; }
p { color: rgb(202,246,105); }
H1.HeaderClassName
{
color: #CAF669;
}
.AnyTagClassName
{
color: #CAF669;
}
</style>
background-color css
<style>
a { background-color: #CAF669; }
a { background-color: rgb(202,246,105); }
div.DivClassName
{
background-color: #CAF669;
}
.BgClassName
{
background-color: #CAF669;
}
</style>
border-color css
<style>
span { border-color: #CAF669; }
span { border-color: rgb(202,246,105); }
td.TdClassName
{
border-color: #CAF669;
}
.TagClassName
{
border-color: #CAF669;
}
</style>