Shades of Mindaro #CAF266
Tints of Mindaro #CAF266
RGB
CMYK
RGB Variations
Color information
#CAF266 (or 0xCAF266) is known color: Mindaro. HEX triplet: CA, F2 and 66. RGB value is (202,242,102). Sum of RGB (Red+Green+Blue) = 202+242+102=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 102 (40.23% from 255 or 18.68% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF266 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF266 is #350D99. Grayscale: #D6D6D6. Windows color (decimal): -3476890 or 6746826. OLE color: 6746826.
HSL color Cylindrical-coordinate representation of color #CAF266: hue angle of 77.14º degrees, saturation: 0.84, 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 #CAF266 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 102 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.05 |
| HSL | 77.14º | 0.84% | 0.67% | - |
| HSV(B) | 77.14º | 0.58% | 0.95% | - |
| XYZ | 58.51 | 77.02 | 24.35 | - |
| YUV | 214.08 | 64.75 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 102 | 0.17 | 0 | 0.58 | 0.05 | 77.14 | 0.84 | 0.67 |
| Hex | CA | F2 | 66 | 11 | 0 | 3A | 5 | 4D | 54 | 43 |
| Octal | 312 | 362 | 146 | 21 | 0 | 72 | 5 | 115 | 124 | 103 |
| Binary | 11001010 | 11110010 | 1100110 | 10001 | 0 | 111010 | 101 | 1001101 | 1010100 | 1000011 |
Color Harmonies of #CAF266
Complementary color
Monochromatic Colors of #CAF266
Black with #CAF266
Text Example
Text Example
White with #CAF266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF266; }
p { color: rgb(202,242,102); }
H1.HeaderClassName
{
color: #CAF266;
}
.AnyTagClassName
{
color: #CAF266;
}
</style>
background-color css
<style>
a { background-color: #CAF266; }
a { background-color: rgb(202,242,102); }
div.DivClassName
{
background-color: #CAF266;
}
.BgClassName
{
background-color: #CAF266;
}
</style>
border-color css
<style>
span { border-color: #CAF266; }
span { border-color: rgb(202,242,102); }
td.TdClassName
{
border-color: #CAF266;
}
.TagClassName
{
border-color: #CAF266;
}
</style>