Shades of Mindaro #CAF861
Tints of Mindaro #CAF861
RGB
CMYK
RGB Variations
Color information
#CAF861 (or 0xCAF861) is known color: Mindaro. HEX triplet: CA, F8 and 61. RGB value is (202,248,97). Sum of RGB (Red+Green+Blue) = 202+248+97=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 248 (97.27% from 255 or 45.34% from 547); Blue value is 97 (38.28% from 255 or 17.73% from 547); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF861 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF861 is #35079E. Grayscale: #D9D9D9. Windows color (decimal): -3475359 or 6420682. OLE color: 6420682.
HSL color Cylindrical-coordinate representation of color #CAF861: hue angle of 78.28º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CAF861 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 97 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.03 |
| HSL | 78.28º | 0.92% | 0.68% | - |
| HSV(B) | 78.28º | 0.61% | 0.97% | - |
| XYZ | 60.08 | 80.55 | 23.69 | - |
| YUV | 217.03 | 60.26 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 97 | 0.19 | 0 | 0.61 | 0.03 | 78.28 | 0.92 | 0.68 |
| Hex | CA | F8 | 61 | 13 | 0 | 3D | 3 | 4E | 5C | 44 |
| Octal | 312 | 370 | 141 | 23 | 0 | 75 | 3 | 116 | 134 | 104 |
| Binary | 11001010 | 11111000 | 1100001 | 10011 | 0 | 111101 | 11 | 1001110 | 1011100 | 1000100 |
Color Harmonies of #CAF861
Complementary color
Monochromatic Colors of #CAF861
Black with #CAF861
Text Example
Text Example
White with #CAF861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF861; }
p { color: rgb(202,248,97); }
H1.HeaderClassName
{
color: #CAF861;
}
.AnyTagClassName
{
color: #CAF861;
}
</style>
background-color css
<style>
a { background-color: #CAF861; }
a { background-color: rgb(202,248,97); }
div.DivClassName
{
background-color: #CAF861;
}
.BgClassName
{
background-color: #CAF861;
}
</style>
border-color css
<style>
span { border-color: #CAF861; }
span { border-color: rgb(202,248,97); }
td.TdClassName
{
border-color: #CAF861;
}
.TagClassName
{
border-color: #CAF861;
}
</style>