Shades of Mindaro #CAF164
Tints of Mindaro #CAF164
RGB
CMYK
RGB Variations
Color information
#CAF164 (or 0xCAF164) is known color: Mindaro. HEX triplet: CA, F1 and 64. RGB value is (202,241,100). Sum of RGB (Red+Green+Blue) = 202+241+100=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 100 (39.45% from 255 or 18.42% from 543); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF164 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF164 is #350E9B. Grayscale: #D5D5D5. Windows color (decimal): -3477148 or 6615498. OLE color: 6615498.
HSL color Cylindrical-coordinate representation of color #CAF164: hue angle of 76.6º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CAF164 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 100 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.05 |
| HSL | 76.6º | 0.83% | 0.67% | - |
| HSV(B) | 76.6º | 0.59% | 0.95% | - |
| XYZ | 58.11 | 76.39 | 23.74 | - |
| YUV | 213.27 | 64.08 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 100 | 0.16 | 0 | 0.59 | 0.05 | 76.6 | 0.83 | 0.67 |
| Hex | CA | F1 | 64 | 10 | 0 | 3B | 5 | 4D | 53 | 43 |
| Octal | 312 | 361 | 144 | 20 | 0 | 73 | 5 | 115 | 123 | 103 |
| Binary | 11001010 | 11110001 | 1100100 | 10000 | 0 | 111011 | 101 | 1001101 | 1010011 | 1000011 |
Color Harmonies of #CAF164
Complementary color
Monochromatic Colors of #CAF164
Black with #CAF164
Text Example
Text Example
White with #CAF164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF164; }
p { color: rgb(202,241,100); }
H1.HeaderClassName
{
color: #CAF164;
}
.AnyTagClassName
{
color: #CAF164;
}
</style>
background-color css
<style>
a { background-color: #CAF164; }
a { background-color: rgb(202,241,100); }
div.DivClassName
{
background-color: #CAF164;
}
.BgClassName
{
background-color: #CAF164;
}
</style>
border-color css
<style>
span { border-color: #CAF164; }
span { border-color: rgb(202,241,100); }
td.TdClassName
{
border-color: #CAF164;
}
.TagClassName
{
border-color: #CAF164;
}
</style>