Shades of Mindaro #CAF966
Tints of Mindaro #CAF966
RGB
CMYK
RGB Variations
Color information
#CAF966 (or 0xCAF966) is known color: Mindaro. HEX triplet: CA, F9 and 66. RGB value is (202,249,102). Sum of RGB (Red+Green+Blue) = 202+249+102=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 102 (40.23% from 255 or 18.44% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF966 is #350699. Grayscale: #DADADA. Windows color (decimal): -3475098 or 6748618. OLE color: 6748618.
HSL color Cylindrical-coordinate representation of color #CAF966: hue angle of 79.18º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CAF966 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 102 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.02 |
| HSL | 79.18º | 0.92% | 0.69% | - |
| HSV(B) | 79.18º | 0.59% | 0.98% | - |
| XYZ | 60.63 | 81.27 | 25.06 | - |
| YUV | 218.19 | 62.43 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 102 | 0.19 | 0 | 0.59 | 0.02 | 79.18 | 0.92 | 0.69 |
| Hex | CA | F9 | 66 | 13 | 0 | 3B | 2 | 4F | 5C | 45 |
| Octal | 312 | 371 | 146 | 23 | 0 | 73 | 2 | 117 | 134 | 105 |
| Binary | 11001010 | 11111001 | 1100110 | 10011 | 0 | 111011 | 10 | 1001111 | 1011100 | 1000101 |
Color Harmonies of #CAF966
Complementary color
Monochromatic Colors of #CAF966
Black with #CAF966
Text Example
Text Example
White with #CAF966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF966; }
p { color: rgb(202,249,102); }
H1.HeaderClassName
{
color: #CAF966;
}
.AnyTagClassName
{
color: #CAF966;
}
</style>
background-color css
<style>
a { background-color: #CAF966; }
a { background-color: rgb(202,249,102); }
div.DivClassName
{
background-color: #CAF966;
}
.BgClassName
{
background-color: #CAF966;
}
</style>
border-color css
<style>
span { border-color: #CAF966; }
span { border-color: rgb(202,249,102); }
td.TdClassName
{
border-color: #CAF966;
}
.TagClassName
{
border-color: #CAF966;
}
</style>