Shades of Mindaro #CAF262
Tints of Mindaro #CAF262
RGB
CMYK
RGB Variations
Color information
#CAF262 (or 0xCAF262) is known color: Mindaro. HEX triplet: CA, F2 and 62. RGB value is (202,242,98). Sum of RGB (Red+Green+Blue) = 202+242+98=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 98 (38.67% from 255 or 18.08% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF262 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF262 is #350D9D. Grayscale: #D6D6D6. Windows color (decimal): -3476894 or 6484682. OLE color: 6484682.
HSL color Cylindrical-coordinate representation of color #CAF262: hue angle of 76.67º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAF262 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 98 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.05 |
| HSL | 76.67º | 0.85% | 0.67% | - |
| HSV(B) | 76.67º | 0.6% | 0.95% | - |
| XYZ | 58.31 | 76.94 | 23.33 | - |
| YUV | 213.62 | 62.75 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 98 | 0.17 | 0 | 0.60 | 0.05 | 76.67 | 0.85 | 0.67 |
| Hex | CA | F2 | 62 | 11 | 0 | 3C | 5 | 4D | 55 | 43 |
| Octal | 312 | 362 | 142 | 21 | 0 | 74 | 5 | 115 | 125 | 103 |
| Binary | 11001010 | 11110010 | 1100010 | 10001 | 0 | 111100 | 101 | 1001101 | 1010101 | 1000011 |
Color Harmonies of #CAF262
Complementary color
Monochromatic Colors of #CAF262
Black with #CAF262
Text Example
Text Example
White with #CAF262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF262; }
p { color: rgb(202,242,98); }
H1.HeaderClassName
{
color: #CAF262;
}
.AnyTagClassName
{
color: #CAF262;
}
</style>
background-color css
<style>
a { background-color: #CAF262; }
a { background-color: rgb(202,242,98); }
div.DivClassName
{
background-color: #CAF262;
}
.BgClassName
{
background-color: #CAF262;
}
</style>
border-color css
<style>
span { border-color: #CAF262; }
span { border-color: rgb(202,242,98); }
td.TdClassName
{
border-color: #CAF262;
}
.TagClassName
{
border-color: #CAF262;
}
</style>