Shades of Mindaro #CAF85C
Tints of Mindaro #CAF85C
RGB
CMYK
RGB Variations
Color information
#CAF85C (or 0xCAF85C) is known color: Mindaro. HEX triplet: CA, F8 and 5C. RGB value is (202,248,92). Sum of RGB (Red+Green+Blue) = 202+248+92=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 248 (97.27% from 255 or 45.76% from 542); Blue value is 92 (36.33% from 255 or 16.97% from 542); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF85C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF85C is #3507A3. Grayscale: #D9D9D9. Windows color (decimal): -3475364 or 6093002. OLE color: 6093002.
HSL color Cylindrical-coordinate representation of color #CAF85C: hue angle of 77.69º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CAF85C is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 92 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.03 |
| HSL | 77.69º | 0.92% | 0.67% | - |
| HSV(B) | 77.69º | 0.63% | 0.97% | - |
| XYZ | 59.86 | 80.46 | 22.5 | - |
| YUV | 216.46 | 57.76 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 92 | 0.19 | 0 | 0.63 | 0.03 | 77.69 | 0.92 | 0.67 |
| Hex | CA | F8 | 5C | 13 | 0 | 3F | 3 | 4E | 5C | 43 |
| Octal | 312 | 370 | 134 | 23 | 0 | 77 | 3 | 116 | 134 | 103 |
| Binary | 11001010 | 11111000 | 1011100 | 10011 | 0 | 111111 | 11 | 1001110 | 1011100 | 1000011 |
Color Harmonies of #CAF85C
Complementary color
Monochromatic Colors of #CAF85C
Black with #CAF85C
Text Example
Text Example
White with #CAF85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF85C; }
p { color: rgb(202,248,92); }
H1.HeaderClassName
{
color: #CAF85C;
}
.AnyTagClassName
{
color: #CAF85C;
}
</style>
background-color css
<style>
a { background-color: #CAF85C; }
a { background-color: rgb(202,248,92); }
div.DivClassName
{
background-color: #CAF85C;
}
.BgClassName
{
background-color: #CAF85C;
}
</style>
border-color css
<style>
span { border-color: #CAF85C; }
span { border-color: rgb(202,248,92); }
td.TdClassName
{
border-color: #CAF85C;
}
.TagClassName
{
border-color: #CAF85C;
}
</style>