Shades of Mindaro #CAF166
Tints of Mindaro #CAF166
RGB
CMYK
RGB Variations
Color information
#CAF166 (or 0xCAF166) is known color: Mindaro. HEX triplet: CA, F1 and 66. RGB value is (202,241,102). Sum of RGB (Red+Green+Blue) = 202+241+102=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 102 (40.23% from 255 or 18.72% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF166 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF166 is #350E99. Grayscale: #D6D6D6. Windows color (decimal): -3477146 or 6746570. OLE color: 6746570.
HSL color Cylindrical-coordinate representation of color #CAF166: hue angle of 76.83º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CAF166 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 102 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.05 |
| HSL | 76.83º | 0.83% | 0.67% | - |
| HSV(B) | 76.83º | 0.58% | 0.95% | - |
| XYZ | 58.21 | 76.43 | 24.25 | - |
| YUV | 213.49 | 65.08 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 102 | 0.16 | 0 | 0.58 | 0.05 | 76.83 | 0.83 | 0.67 |
| Hex | CA | F1 | 66 | 10 | 0 | 3A | 5 | 4D | 53 | 43 |
| Octal | 312 | 361 | 146 | 20 | 0 | 72 | 5 | 115 | 123 | 103 |
| Binary | 11001010 | 11110001 | 1100110 | 10000 | 0 | 111010 | 101 | 1001101 | 1010011 | 1000011 |
Color Harmonies of #CAF166
Complementary color
Monochromatic Colors of #CAF166
Black with #CAF166
Text Example
Text Example
White with #CAF166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF166; }
p { color: rgb(202,241,102); }
H1.HeaderClassName
{
color: #CAF166;
}
.AnyTagClassName
{
color: #CAF166;
}
</style>
background-color css
<style>
a { background-color: #CAF166; }
a { background-color: rgb(202,241,102); }
div.DivClassName
{
background-color: #CAF166;
}
.BgClassName
{
background-color: #CAF166;
}
</style>
border-color css
<style>
span { border-color: #CAF166; }
span { border-color: rgb(202,241,102); }
td.TdClassName
{
border-color: #CAF166;
}
.TagClassName
{
border-color: #CAF166;
}
</style>