Shades of Mindaro #CAF068
Tints of Mindaro #CAF068
RGB
CMYK
RGB Variations
Color information
#CAF068 (or 0xCAF068) is known color: Mindaro. HEX triplet: CA, F0 and 68. RGB value is (202,240,104). Sum of RGB (Red+Green+Blue) = 202+240+104=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 104 (41.02% from 255 or 19.05% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF068 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF068 is #350F97. Grayscale: #D5D5D5. Windows color (decimal): -3477400 or 6877386. OLE color: 6877386.
HSL color Cylindrical-coordinate representation of color #CAF068: hue angle of 76.76º 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 #CAF068 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 104 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.06 |
| HSL | 76.76º | 0.82% | 0.67% | - |
| HSV(B) | 76.76º | 0.57% | 0.94% | - |
| XYZ | 58.02 | 75.88 | 24.68 | - |
| YUV | 213.13 | 66.41 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 104 | 0.16 | 0 | 0.57 | 0.06 | 76.76 | 0.82 | 0.67 |
| Hex | CA | F0 | 68 | 10 | 0 | 39 | 6 | 4D | 52 | 43 |
| Octal | 312 | 360 | 150 | 20 | 0 | 71 | 6 | 115 | 122 | 103 |
| Binary | 11001010 | 11110000 | 1101000 | 10000 | 0 | 111001 | 110 | 1001101 | 1010010 | 1000011 |
Color Harmonies of #CAF068
Complementary color
Monochromatic Colors of #CAF068
Black with #CAF068
Text Example
Text Example
White with #CAF068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF068; }
p { color: rgb(202,240,104); }
H1.HeaderClassName
{
color: #CAF068;
}
.AnyTagClassName
{
color: #CAF068;
}
</style>
background-color css
<style>
a { background-color: #CAF068; }
a { background-color: rgb(202,240,104); }
div.DivClassName
{
background-color: #CAF068;
}
.BgClassName
{
background-color: #CAF068;
}
</style>
border-color css
<style>
span { border-color: #CAF068; }
span { border-color: rgb(202,240,104); }
td.TdClassName
{
border-color: #CAF068;
}
.TagClassName
{
border-color: #CAF068;
}
</style>