Shades of Mindaro #CAEA5C
Tints of Mindaro #CAEA5C
RGB
CMYK
RGB Variations
Color information
#CAEA5C (or 0xCAEA5C) is known color: Mindaro. HEX triplet: CA, EA and 5C. RGB value is (202,234,92). Sum of RGB (Red+Green+Blue) = 202+234+92=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 92 (36.33% from 255 or 17.42% from 528); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEA5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAEA5C is #3515A3. Grayscale: #D0D0D0. Windows color (decimal): -3478948 or 6089418. OLE color: 6089418.
HSL color Cylindrical-coordinate representation of color #CAEA5C: hue angle of 73.52º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CAEA5C is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 92 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.08 |
| HSL | 73.52º | 0.77% | 0.64% | - |
| HSV(B) | 73.52º | 0.61% | 0.92% | - |
| XYZ | 55.71 | 72.17 | 21.12 | - |
| YUV | 208.24 | 62.4 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 92 | 0.14 | 0 | 0.61 | 0.08 | 73.52 | 0.77 | 0.64 |
| Hex | CA | EA | 5C | E | 0 | 3D | 8 | 4A | 4D | 40 |
| Octal | 312 | 352 | 134 | 16 | 0 | 75 | 10 | 112 | 115 | 100 |
| Binary | 11001010 | 11101010 | 1011100 | 1110 | 0 | 111101 | 1000 | 1001010 | 1001101 | 1000000 |
Color Harmonies of #CAEA5C
Complementary color
Monochromatic Colors of #CAEA5C
Black with #CAEA5C
Text Example
Text Example
White with #CAEA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEA5C; }
p { color: rgb(202,234,92); }
H1.HeaderClassName
{
color: #CAEA5C;
}
.AnyTagClassName
{
color: #CAEA5C;
}
</style>
background-color css
<style>
a { background-color: #CAEA5C; }
a { background-color: rgb(202,234,92); }
div.DivClassName
{
background-color: #CAEA5C;
}
.BgClassName
{
background-color: #CAEA5C;
}
</style>
border-color css
<style>
span { border-color: #CAEA5C; }
span { border-color: rgb(202,234,92); }
td.TdClassName
{
border-color: #CAEA5C;
}
.TagClassName
{
border-color: #CAEA5C;
}
</style>