Shades of Mindaro #CAFA5C
Tints of Mindaro #CAFA5C
RGB
CMYK
RGB Variations
Color information
#CAFA5C (or 0xCAFA5C) is known color: Mindaro. HEX triplet: CA, FA and 5C. RGB value is (202,250,92). Sum of RGB (Red+Green+Blue) = 202+250+92=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 92 (36.33% from 255 or 16.91% from 544); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFA5C is #3505A3. Grayscale: #DADADA. Windows color (decimal): -3474852 or 6093514. OLE color: 6093514.
HSL color Cylindrical-coordinate representation of color #CAFA5C: hue angle of 78.23º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CAFA5C is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 92 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.02 |
| HSL | 78.23º | 0.94% | 0.67% | - |
| HSV(B) | 78.23º | 0.63% | 0.98% | - |
| XYZ | 60.47 | 81.7 | 22.71 | - |
| YUV | 217.64 | 57.1 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 92 | 0.19 | 0 | 0.63 | 0.02 | 78.23 | 0.94 | 0.67 |
| Hex | CA | FA | 5C | 13 | 0 | 3F | 2 | 4E | 5E | 43 |
| Octal | 312 | 372 | 134 | 23 | 0 | 77 | 2 | 116 | 136 | 103 |
| Binary | 11001010 | 11111010 | 1011100 | 10011 | 0 | 111111 | 10 | 1001110 | 1011110 | 1000011 |
Color Harmonies of #CAFA5C
Complementary color
Monochromatic Colors of #CAFA5C
Black with #CAFA5C
Text Example
Text Example
White with #CAFA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFA5C; }
p { color: rgb(202,250,92); }
H1.HeaderClassName
{
color: #CAFA5C;
}
.AnyTagClassName
{
color: #CAFA5C;
}
</style>
background-color css
<style>
a { background-color: #CAFA5C; }
a { background-color: rgb(202,250,92); }
div.DivClassName
{
background-color: #CAFA5C;
}
.BgClassName
{
background-color: #CAFA5C;
}
</style>
border-color css
<style>
span { border-color: #CAFA5C; }
span { border-color: rgb(202,250,92); }
td.TdClassName
{
border-color: #CAFA5C;
}
.TagClassName
{
border-color: #CAFA5C;
}
</style>