Shades of Mindaro #CAE56C
Tints of Mindaro #CAE56C
RGB
CMYK
RGB Variations
Color information
#CAE56C (or 0xCAE56C) is known color: Mindaro. HEX triplet: CA, E5 and 6C. RGB value is (202,229,108). Sum of RGB (Red+Green+Blue) = 202+229+108=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 229 (89.84% from 255 or 42.49% from 539); Blue value is 108 (42.58% from 255 or 20.04% from 539); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE56C is #351A93. Grayscale: #CFCFCF. Windows color (decimal): -3480212 or 7136714. OLE color: 7136714.
HSL color Cylindrical-coordinate representation of color #CAE56C: hue angle of 73.39º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CAE56C is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 229 | 108 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.10 |
| HSL | 73.39º | 0.7% | 0.66% | - |
| HSV(B) | 73.39º | 0.53% | 0.9% | - |
| XYZ | 55.08 | 69.68 | 24.73 | - |
| YUV | 207.13 | 72.05 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 229 | 108 | 0.12 | 0 | 0.53 | 0.10 | 73.39 | 0.7 | 0.66 |
| Hex | CA | E5 | 6C | C | 0 | 35 | A | 49 | 46 | 42 |
| Octal | 312 | 345 | 154 | 14 | 0 | 65 | 12 | 111 | 106 | 102 |
| Binary | 11001010 | 11100101 | 1101100 | 1100 | 0 | 110101 | 1010 | 1001001 | 1000110 | 1000010 |
Color Harmonies of #CAE56C
Complementary color
Monochromatic Colors of #CAE56C
Black with #CAE56C
Text Example
Text Example
White with #CAE56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE56C; }
p { color: rgb(202,229,108); }
H1.HeaderClassName
{
color: #CAE56C;
}
.AnyTagClassName
{
color: #CAE56C;
}
</style>
background-color css
<style>
a { background-color: #CAE56C; }
a { background-color: rgb(202,229,108); }
div.DivClassName
{
background-color: #CAE56C;
}
.BgClassName
{
background-color: #CAE56C;
}
</style>
border-color css
<style>
span { border-color: #CAE56C; }
span { border-color: rgb(202,229,108); }
td.TdClassName
{
border-color: #CAE56C;
}
.TagClassName
{
border-color: #CAE56C;
}
</style>