Shades of Mindaro #CAF067
Tints of Mindaro #CAF067
RGB
CMYK
RGB Variations
Color information
#CAF067 (or 0xCAF067) is known color: Mindaro. HEX triplet: CA, F0 and 67. RGB value is (202,240,103). Sum of RGB (Red+Green+Blue) = 202+240+103=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 240 (94.14% from 255 or 44.04% from 545); Blue value is 103 (40.62% from 255 or 18.90% from 545); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF067 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF067 is #350F98. Grayscale: #D5D5D5. Windows color (decimal): -3477401 or 6811850. OLE color: 6811850.
HSL color Cylindrical-coordinate representation of color #CAF067: hue angle of 76.64º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CAF067 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 103 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.06 |
| HSL | 76.64º | 0.82% | 0.67% | - |
| HSV(B) | 76.64º | 0.57% | 0.94% | - |
| XYZ | 57.97 | 75.86 | 24.42 | - |
| YUV | 213.02 | 65.91 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 103 | 0.16 | 0 | 0.57 | 0.06 | 76.64 | 0.82 | 0.67 |
| Hex | CA | F0 | 67 | 10 | 0 | 39 | 6 | 4D | 52 | 43 |
| Octal | 312 | 360 | 147 | 20 | 0 | 71 | 6 | 115 | 122 | 103 |
| Binary | 11001010 | 11110000 | 1100111 | 10000 | 0 | 111001 | 110 | 1001101 | 1010010 | 1000011 |
Color Harmonies of #CAF067
Complementary color
Monochromatic Colors of #CAF067
Black with #CAF067
Text Example
Text Example
White with #CAF067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF067; }
p { color: rgb(202,240,103); }
H1.HeaderClassName
{
color: #CAF067;
}
.AnyTagClassName
{
color: #CAF067;
}
</style>
background-color css
<style>
a { background-color: #CAF067; }
a { background-color: rgb(202,240,103); }
div.DivClassName
{
background-color: #CAF067;
}
.BgClassName
{
background-color: #CAF067;
}
</style>
border-color css
<style>
span { border-color: #CAF067; }
span { border-color: rgb(202,240,103); }
td.TdClassName
{
border-color: #CAF067;
}
.TagClassName
{
border-color: #CAF067;
}
</style>