Shades of Mindaro #CAFA63
Tints of Mindaro #CAFA63
RGB
CMYK
RGB Variations
Color information
#CAFA63 (or 0xCAFA63) is known color: Mindaro. HEX triplet: CA, FA and 63. RGB value is (202,250,99). Sum of RGB (Red+Green+Blue) = 202+250+99=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 99 (39.06% from 255 or 17.97% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFA63 is #35059C. Grayscale: #DADADA. Windows color (decimal): -3474845 or 6552266. OLE color: 6552266.
HSL color Cylindrical-coordinate representation of color #CAFA63: hue angle of 79.07º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAFA63 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 99 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.02 |
| HSL | 79.07º | 0.94% | 0.68% | - |
| HSV(B) | 79.07º | 0.6% | 0.98% | - |
| XYZ | 60.79 | 81.83 | 24.39 | - |
| YUV | 218.43 | 60.6 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 99 | 0.19 | 0 | 0.60 | 0.02 | 79.07 | 0.94 | 0.68 |
| Hex | CA | FA | 63 | 13 | 0 | 3C | 2 | 4F | 5E | 44 |
| Octal | 312 | 372 | 143 | 23 | 0 | 74 | 2 | 117 | 136 | 104 |
| Binary | 11001010 | 11111010 | 1100011 | 10011 | 0 | 111100 | 10 | 1001111 | 1011110 | 1000100 |
Color Harmonies of #CAFA63
Complementary color
Monochromatic Colors of #CAFA63
Black with #CAFA63
Text Example
Text Example
White with #CAFA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFA63; }
p { color: rgb(202,250,99); }
H1.HeaderClassName
{
color: #CAFA63;
}
.AnyTagClassName
{
color: #CAFA63;
}
</style>
background-color css
<style>
a { background-color: #CAFA63; }
a { background-color: rgb(202,250,99); }
div.DivClassName
{
background-color: #CAFA63;
}
.BgClassName
{
background-color: #CAFA63;
}
</style>
border-color css
<style>
span { border-color: #CAFA63; }
span { border-color: rgb(202,250,99); }
td.TdClassName
{
border-color: #CAFA63;
}
.TagClassName
{
border-color: #CAFA63;
}
</style>