Shades of Mindaro #CAEA6B
Tints of Mindaro #CAEA6B
RGB
CMYK
RGB Variations
Color information
#CAEA6B (or 0xCAEA6B) is known color: Mindaro. HEX triplet: CA, EA and 6B. RGB value is (202,234,107). Sum of RGB (Red+Green+Blue) = 202+234+107=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 234 (91.80% from 255 or 43.09% from 543); Blue value is 107 (42.19% from 255 or 19.71% from 543); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEA6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAEA6B is #351594. Grayscale: #D2D2D2. Windows color (decimal): -3478933 or 7072458. OLE color: 7072458.
HSL color Cylindrical-coordinate representation of color #CAEA6B: hue angle of 75.12º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CAEA6B is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 107 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.08 |
| HSL | 75.12º | 0.75% | 0.67% | - |
| HSV(B) | 75.12º | 0.54% | 0.92% | - |
| XYZ | 56.43 | 72.46 | 24.92 | - |
| YUV | 209.95 | 69.9 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 107 | 0.14 | 0 | 0.54 | 0.08 | 75.12 | 0.75 | 0.67 |
| Hex | CA | EA | 6B | E | 0 | 36 | 8 | 4B | 4B | 43 |
| Octal | 312 | 352 | 153 | 16 | 0 | 66 | 10 | 113 | 113 | 103 |
| Binary | 11001010 | 11101010 | 1101011 | 1110 | 0 | 110110 | 1000 | 1001011 | 1001011 | 1000011 |
Color Harmonies of #CAEA6B
Complementary color
Monochromatic Colors of #CAEA6B
Black with #CAEA6B
Text Example
Text Example
White with #CAEA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEA6B; }
p { color: rgb(202,234,107); }
H1.HeaderClassName
{
color: #CAEA6B;
}
.AnyTagClassName
{
color: #CAEA6B;
}
</style>
background-color css
<style>
a { background-color: #CAEA6B; }
a { background-color: rgb(202,234,107); }
div.DivClassName
{
background-color: #CAEA6B;
}
.BgClassName
{
background-color: #CAEA6B;
}
</style>
border-color css
<style>
span { border-color: #CAEA6B; }
span { border-color: rgb(202,234,107); }
td.TdClassName
{
border-color: #CAEA6B;
}
.TagClassName
{
border-color: #CAEA6B;
}
</style>