Shades of Mindaro #CAFE5B
Tints of Mindaro #CAFE5B
RGB
CMYK
RGB Variations
Color information
#CAFE5B (or 0xCAFE5B) is known color: Mindaro. HEX triplet: CA, FE and 5B. RGB value is (202,254,91). Sum of RGB (Red+Green+Blue) = 202+254+91=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 91 (35.94% from 255 or 16.64% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFE5B is #3501A4. Grayscale: #DCDCDC. Windows color (decimal): -3473829 or 6029002. OLE color: 6029002.
HSL color Cylindrical-coordinate representation of color #CAFE5B: hue angle of 79.14º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAFE5B is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 91 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.00 |
| HSL | 79.14º | 0.99% | 0.68% | - |
| HSV(B) | 79.14º | 0.64% | 1% | - |
| XYZ | 61.69 | 84.2 | 22.9 | - |
| YUV | 219.87 | 55.27 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 91 | 0.20 | 0 | 0.64 | 0.00 | 79.14 | 0.99 | 0.68 |
| Hex | CA | FE | 5B | 14 | 0 | 40 | 0 | 4F | 63 | 44 |
| Octal | 312 | 376 | 133 | 24 | 0 | 100 | 0 | 117 | 143 | 104 |
| Binary | 11001010 | 11111110 | 1011011 | 10100 | 0 | 1000000 | 0 | 1001111 | 1100011 | 1000100 |
Color Harmonies of #CAFE5B
Complementary color
Monochromatic Colors of #CAFE5B
Black with #CAFE5B
Text Example
Text Example
White with #CAFE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFE5B; }
p { color: rgb(202,254,91); }
H1.HeaderClassName
{
color: #CAFE5B;
}
.AnyTagClassName
{
color: #CAFE5B;
}
</style>
background-color css
<style>
a { background-color: #CAFE5B; }
a { background-color: rgb(202,254,91); }
div.DivClassName
{
background-color: #CAFE5B;
}
.BgClassName
{
background-color: #CAFE5B;
}
</style>
border-color css
<style>
span { border-color: #CAFE5B; }
span { border-color: rgb(202,254,91); }
td.TdClassName
{
border-color: #CAFE5B;
}
.TagClassName
{
border-color: #CAFE5B;
}
</style>