Shades of Mindaro #CAF75C
Tints of Mindaro #CAF75C
RGB
CMYK
RGB Variations
Color information
#CAF75C (or 0xCAF75C) is known color: Mindaro. HEX triplet: CA, F7 and 5C. RGB value is (202,247,92). Sum of RGB (Red+Green+Blue) = 202+247+92=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 247 (96.88% from 255 or 45.66% from 541); Blue value is 92 (36.33% from 255 or 17.01% from 541); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF75C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF75C is #3508A3. Grayscale: #D8D8D8. Windows color (decimal): -3475620 or 6092746. OLE color: 6092746.
HSL color Cylindrical-coordinate representation of color #CAF75C: hue angle of 77.42º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CAF75C is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 247 | 92 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.03 |
| HSL | 77.42º | 0.91% | 0.66% | - |
| HSV(B) | 77.42º | 0.63% | 0.97% | - |
| XYZ | 59.55 | 79.85 | 22.4 | - |
| YUV | 215.88 | 58.09 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 247 | 92 | 0.18 | 0 | 0.63 | 0.03 | 77.42 | 0.91 | 0.66 |
| Hex | CA | F7 | 5C | 12 | 0 | 3F | 3 | 4D | 5B | 42 |
| Octal | 312 | 367 | 134 | 22 | 0 | 77 | 3 | 115 | 133 | 102 |
| Binary | 11001010 | 11110111 | 1011100 | 10010 | 0 | 111111 | 11 | 1001101 | 1011011 | 1000010 |
Color Harmonies of #CAF75C
Complementary color
Monochromatic Colors of #CAF75C
Black with #CAF75C
Text Example
Text Example
White with #CAF75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF75C; }
p { color: rgb(202,247,92); }
H1.HeaderClassName
{
color: #CAF75C;
}
.AnyTagClassName
{
color: #CAF75C;
}
</style>
background-color css
<style>
a { background-color: #CAF75C; }
a { background-color: rgb(202,247,92); }
div.DivClassName
{
background-color: #CAF75C;
}
.BgClassName
{
background-color: #CAF75C;
}
</style>
border-color css
<style>
span { border-color: #CAF75C; }
span { border-color: rgb(202,247,92); }
td.TdClassName
{
border-color: #CAF75C;
}
.TagClassName
{
border-color: #CAF75C;
}
</style>