Shades of Mindaro #CAFA5E
Tints of Mindaro #CAFA5E
RGB
CMYK
RGB Variations
Color information
#CAFA5E (or 0xCAFA5E) is known color: Mindaro. HEX triplet: CA, FA and 5E. RGB value is (202,250,94). Sum of RGB (Red+Green+Blue) = 202+250+94=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 94 (37.11% from 255 or 17.22% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFA5E is #3505A1. Grayscale: #DADADA. Windows color (decimal): -3474850 or 6224586. OLE color: 6224586.
HSL color Cylindrical-coordinate representation of color #CAFA5E: hue angle of 78.46º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CAFA5E is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 94 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.02 |
| HSL | 78.46º | 0.94% | 0.67% | - |
| HSV(B) | 78.46º | 0.62% | 0.98% | - |
| XYZ | 60.56 | 81.74 | 23.17 | - |
| YUV | 217.86 | 58.1 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 94 | 0.19 | 0 | 0.62 | 0.02 | 78.46 | 0.94 | 0.67 |
| Hex | CA | FA | 5E | 13 | 0 | 3E | 2 | 4E | 5E | 43 |
| Octal | 312 | 372 | 136 | 23 | 0 | 76 | 2 | 116 | 136 | 103 |
| Binary | 11001010 | 11111010 | 1011110 | 10011 | 0 | 111110 | 10 | 1001110 | 1011110 | 1000011 |
Color Harmonies of #CAFA5E
Complementary color
Monochromatic Colors of #CAFA5E
Black with #CAFA5E
Text Example
Text Example
White with #CAFA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFA5E; }
p { color: rgb(202,250,94); }
H1.HeaderClassName
{
color: #CAFA5E;
}
.AnyTagClassName
{
color: #CAFA5E;
}
</style>
background-color css
<style>
a { background-color: #CAFA5E; }
a { background-color: rgb(202,250,94); }
div.DivClassName
{
background-color: #CAFA5E;
}
.BgClassName
{
background-color: #CAFA5E;
}
</style>
border-color css
<style>
span { border-color: #CAFA5E; }
span { border-color: rgb(202,250,94); }
td.TdClassName
{
border-color: #CAFA5E;
}
.TagClassName
{
border-color: #CAFA5E;
}
</style>