Shades of Mindaro #CBEC55
Tints of Mindaro #CBEC55
RGB
CMYK
RGB Variations
Color information
#CBEC55 (or 0xCBEC55) is known color: Mindaro. HEX triplet: CB, EC and 55. RGB value is (203,236,85). Sum of RGB (Red+Green+Blue) = 203+236+85=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 85 (33.59% from 255 or 16.22% from 524); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEC55 is #3413AA. Grayscale: #D1D1D1. Windows color (decimal): -3412907 or 5631179. OLE color: 5631179.
HSL color Cylindrical-coordinate representation of color #CBEC55: hue angle of 73.11º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBEC55 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 85 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.07 |
| HSL | 73.11º | 0.8% | 0.63% | - |
| HSV(B) | 73.11º | 0.64% | 0.93% | - |
| XYZ | 56.26 | 73.34 | 19.79 | - |
| YUV | 208.92 | 58.07 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 85 | 0.14 | 0 | 0.64 | 0.07 | 73.11 | 0.8 | 0.63 |
| Hex | CB | EC | 55 | E | 0 | 40 | 7 | 49 | 50 | 3F |
| Octal | 313 | 354 | 125 | 16 | 0 | 100 | 7 | 111 | 120 | 77 |
| Binary | 11001011 | 11101100 | 1010101 | 1110 | 0 | 1000000 | 111 | 1001001 | 1010000 | 111111 |
Color Harmonies of #CBEC55
Complementary color
Monochromatic Colors of #CBEC55
Black with #CBEC55
Text Example
Text Example
White with #CBEC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEC55; }
p { color: rgb(203,236,85); }
H1.HeaderClassName
{
color: #CBEC55;
}
.AnyTagClassName
{
color: #CBEC55;
}
</style>
background-color css
<style>
a { background-color: #CBEC55; }
a { background-color: rgb(203,236,85); }
div.DivClassName
{
background-color: #CBEC55;
}
.BgClassName
{
background-color: #CBEC55;
}
</style>
border-color css
<style>
span { border-color: #CBEC55; }
span { border-color: rgb(203,236,85); }
td.TdClassName
{
border-color: #CBEC55;
}
.TagClassName
{
border-color: #CBEC55;
}
</style>