Shades of Mindaro #CAF057
Tints of Mindaro #CAF057
RGB
CMYK
RGB Variations
Color information
#CAF057 (or 0xCAF057) is known color: Mindaro. HEX triplet: CA, F0 and 57. RGB value is (202,240,87). Sum of RGB (Red+Green+Blue) = 202+240+87=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 87 (34.38% from 255 or 16.45% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF057 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF057 is #350FA8. Grayscale: #D3D3D3. Windows color (decimal): -3477417 or 5763274. OLE color: 5763274.
HSL color Cylindrical-coordinate representation of color #CAF057: hue angle of 74.9º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAF057 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 87 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.06 |
| HSL | 74.9º | 0.84% | 0.64% | - |
| HSV(B) | 74.9º | 0.64% | 0.94% | - |
| XYZ | 57.24 | 75.56 | 20.59 | - |
| YUV | 211.2 | 57.91 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 87 | 0.16 | 0 | 0.64 | 0.06 | 74.9 | 0.84 | 0.64 |
| Hex | CA | F0 | 57 | 10 | 0 | 40 | 6 | 4B | 54 | 40 |
| Octal | 312 | 360 | 127 | 20 | 0 | 100 | 6 | 113 | 124 | 100 |
| Binary | 11001010 | 11110000 | 1010111 | 10000 | 0 | 1000000 | 110 | 1001011 | 1010100 | 1000000 |
Color Harmonies of #CAF057
Complementary color
Monochromatic Colors of #CAF057
Black with #CAF057
Text Example
Text Example
White with #CAF057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF057; }
p { color: rgb(202,240,87); }
H1.HeaderClassName
{
color: #CAF057;
}
.AnyTagClassName
{
color: #CAF057;
}
</style>
background-color css
<style>
a { background-color: #CAF057; }
a { background-color: rgb(202,240,87); }
div.DivClassName
{
background-color: #CAF057;
}
.BgClassName
{
background-color: #CAF057;
}
</style>
border-color css
<style>
span { border-color: #CAF057; }
span { border-color: rgb(202,240,87); }
td.TdClassName
{
border-color: #CAF057;
}
.TagClassName
{
border-color: #CAF057;
}
</style>