Shades of Mindaro #CAF162
Tints of Mindaro #CAF162
RGB
CMYK
RGB Variations
Color information
#CAF162 (or 0xCAF162) is known color: Mindaro. HEX triplet: CA, F1 and 62. RGB value is (202,241,98). Sum of RGB (Red+Green+Blue) = 202+241+98=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 98 (38.67% from 255 or 18.11% from 541); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF162 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF162 is #350E9D. Grayscale: #D5D5D5. Windows color (decimal): -3477150 or 6484426. OLE color: 6484426.
HSL color Cylindrical-coordinate representation of color #CAF162: hue angle of 76.36º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CAF162 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 98 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.05 |
| HSL | 76.36º | 0.84% | 0.66% | - |
| HSV(B) | 76.36º | 0.59% | 0.95% | - |
| XYZ | 58.02 | 76.35 | 23.23 | - |
| YUV | 213.04 | 63.08 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 98 | 0.16 | 0 | 0.59 | 0.05 | 76.36 | 0.84 | 0.66 |
| Hex | CA | F1 | 62 | 10 | 0 | 3B | 5 | 4C | 54 | 42 |
| Octal | 312 | 361 | 142 | 20 | 0 | 73 | 5 | 114 | 124 | 102 |
| Binary | 11001010 | 11110001 | 1100010 | 10000 | 0 | 111011 | 101 | 1001100 | 1010100 | 1000010 |
Color Harmonies of #CAF162
Complementary color
Monochromatic Colors of #CAF162
Black with #CAF162
Text Example
Text Example
White with #CAF162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF162; }
p { color: rgb(202,241,98); }
H1.HeaderClassName
{
color: #CAF162;
}
.AnyTagClassName
{
color: #CAF162;
}
</style>
background-color css
<style>
a { background-color: #CAF162; }
a { background-color: rgb(202,241,98); }
div.DivClassName
{
background-color: #CAF162;
}
.BgClassName
{
background-color: #CAF162;
}
</style>
border-color css
<style>
span { border-color: #CAF162; }
span { border-color: rgb(202,241,98); }
td.TdClassName
{
border-color: #CAF162;
}
.TagClassName
{
border-color: #CAF162;
}
</style>