Shades of Mindaro #CAF36A
Tints of Mindaro #CAF36A
RGB
CMYK
RGB Variations
Color information
#CAF36A (or 0xCAF36A) is known color: Mindaro. HEX triplet: CA, F3 and 6A. RGB value is (202,243,106). Sum of RGB (Red+Green+Blue) = 202+243+106=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 243 (95.31% from 255 or 44.10% from 551); Blue value is 106 (41.80% from 255 or 19.24% from 551); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF36A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF36A is #350C95. Grayscale: #D7D7D7. Windows color (decimal): -3476630 or 7009226. OLE color: 7009226.
HSL color Cylindrical-coordinate representation of color #CAF36A: hue angle of 77.96º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAF36A is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 106 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.05 |
| HSL | 77.96º | 0.85% | 0.68% | - |
| HSV(B) | 77.96º | 0.56% | 0.95% | - |
| XYZ | 59.01 | 77.7 | 25.52 | - |
| YUV | 215.12 | 66.42 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 106 | 0.17 | 0 | 0.56 | 0.05 | 77.96 | 0.85 | 0.68 |
| Hex | CA | F3 | 6A | 11 | 0 | 38 | 5 | 4E | 55 | 44 |
| Octal | 312 | 363 | 152 | 21 | 0 | 70 | 5 | 116 | 125 | 104 |
| Binary | 11001010 | 11110011 | 1101010 | 10001 | 0 | 111000 | 101 | 1001110 | 1010101 | 1000100 |
Color Harmonies of #CAF36A
Complementary color
Monochromatic Colors of #CAF36A
Black with #CAF36A
Text Example
Text Example
White with #CAF36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF36A; }
p { color: rgb(202,243,106); }
H1.HeaderClassName
{
color: #CAF36A;
}
.AnyTagClassName
{
color: #CAF36A;
}
</style>
background-color css
<style>
a { background-color: #CAF36A; }
a { background-color: rgb(202,243,106); }
div.DivClassName
{
background-color: #CAF36A;
}
.BgClassName
{
background-color: #CAF36A;
}
</style>
border-color css
<style>
span { border-color: #CAF36A; }
span { border-color: rgb(202,243,106); }
td.TdClassName
{
border-color: #CAF36A;
}
.TagClassName
{
border-color: #CAF36A;
}
</style>