Shades of Mindaro #CAF65C
Tints of Mindaro #CAF65C
RGB
CMYK
RGB Variations
Color information
#CAF65C (or 0xCAF65C) is known color: Mindaro. HEX triplet: CA, F6 and 5C. RGB value is (202,246,92). Sum of RGB (Red+Green+Blue) = 202+246+92=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 246 (96.48% from 255 or 45.56% from 540); Blue value is 92 (36.33% from 255 or 17.04% from 540); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF65C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF65C is #3509A3. Grayscale: #D7D7D7. Windows color (decimal): -3475876 or 6092490. OLE color: 6092490.
HSL color Cylindrical-coordinate representation of color #CAF65C: hue angle of 77.14º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CAF65C is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 92 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.04 |
| HSL | 77.14º | 0.9% | 0.66% | - |
| HSV(B) | 77.14º | 0.63% | 0.96% | - |
| XYZ | 59.24 | 79.24 | 22.3 | - |
| YUV | 215.29 | 58.42 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 92 | 0.18 | 0 | 0.63 | 0.04 | 77.14 | 0.9 | 0.66 |
| Hex | CA | F6 | 5C | 12 | 0 | 3F | 4 | 4D | 5A | 42 |
| Octal | 312 | 366 | 134 | 22 | 0 | 77 | 4 | 115 | 132 | 102 |
| Binary | 11001010 | 11110110 | 1011100 | 10010 | 0 | 111111 | 100 | 1001101 | 1011010 | 1000010 |
Color Harmonies of #CAF65C
Complementary color
Monochromatic Colors of #CAF65C
Black with #CAF65C
Text Example
Text Example
White with #CAF65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF65C; }
p { color: rgb(202,246,92); }
H1.HeaderClassName
{
color: #CAF65C;
}
.AnyTagClassName
{
color: #CAF65C;
}
</style>
background-color css
<style>
a { background-color: #CAF65C; }
a { background-color: rgb(202,246,92); }
div.DivClassName
{
background-color: #CAF65C;
}
.BgClassName
{
background-color: #CAF65C;
}
</style>
border-color css
<style>
span { border-color: #CAF65C; }
span { border-color: rgb(202,246,92); }
td.TdClassName
{
border-color: #CAF65C;
}
.TagClassName
{
border-color: #CAF65C;
}
</style>