Shades of Mindaro #CAFA58
Tints of Mindaro #CAFA58
RGB
CMYK
RGB Variations
Color information
#CAFA58 (or 0xCAFA58) is known color: Mindaro. HEX triplet: CA, FA and 58. RGB value is (202,250,88). Sum of RGB (Red+Green+Blue) = 202+250+88=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 88 (34.77% from 255 or 16.30% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFA58 is #3505A7. Grayscale: #D9D9D9. Windows color (decimal): -3474856 or 5831370. OLE color: 5831370.
HSL color Cylindrical-coordinate representation of color #CAFA58: hue angle of 77.78º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CAFA58 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 88 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.02 |
| HSL | 77.78º | 0.94% | 0.66% | - |
| HSV(B) | 77.78º | 0.65% | 0.98% | - |
| XYZ | 60.3 | 81.63 | 21.81 | - |
| YUV | 217.18 | 55.1 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 88 | 0.19 | 0 | 0.65 | 0.02 | 77.78 | 0.94 | 0.66 |
| Hex | CA | FA | 58 | 13 | 0 | 41 | 2 | 4E | 5E | 42 |
| Octal | 312 | 372 | 130 | 23 | 0 | 101 | 2 | 116 | 136 | 102 |
| Binary | 11001010 | 11111010 | 1011000 | 10011 | 0 | 1000001 | 10 | 1001110 | 1011110 | 1000010 |
Color Harmonies of #CAFA58
Complementary color
Monochromatic Colors of #CAFA58
Black with #CAFA58
Text Example
Text Example
White with #CAFA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFA58; }
p { color: rgb(202,250,88); }
H1.HeaderClassName
{
color: #CAFA58;
}
.AnyTagClassName
{
color: #CAFA58;
}
</style>
background-color css
<style>
a { background-color: #CAFA58; }
a { background-color: rgb(202,250,88); }
div.DivClassName
{
background-color: #CAFA58;
}
.BgClassName
{
background-color: #CAFA58;
}
</style>
border-color css
<style>
span { border-color: #CAFA58; }
span { border-color: rgb(202,250,88); }
td.TdClassName
{
border-color: #CAFA58;
}
.TagClassName
{
border-color: #CAFA58;
}
</style>