Shades of Mindaro #CBEC6D
Tints of Mindaro #CBEC6D
RGB
CMYK
RGB Variations
Color information
#CBEC6D (or 0xCBEC6D) is known color: Mindaro. HEX triplet: CB, EC and 6D. RGB value is (203,236,109). Sum of RGB (Red+Green+Blue) = 203+236+109=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 109 (42.97% from 255 or 19.89% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEC6D is #341392. Grayscale: #D4D4D4. Windows color (decimal): -3412883 or 7204043. OLE color: 7204043.
HSL color Cylindrical-coordinate representation of color #CBEC6D: hue angle of 75.59º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBEC6D is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 109 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.07 |
| HSL | 75.59º | 0.77% | 0.68% | - |
| HSV(B) | 75.59º | 0.54% | 0.93% | - |
| XYZ | 57.38 | 73.79 | 25.69 | - |
| YUV | 211.66 | 70.07 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 109 | 0.14 | 0 | 0.54 | 0.07 | 75.59 | 0.77 | 0.68 |
| Hex | CB | EC | 6D | E | 0 | 36 | 7 | 4C | 4D | 44 |
| Octal | 313 | 354 | 155 | 16 | 0 | 66 | 7 | 114 | 115 | 104 |
| Binary | 11001011 | 11101100 | 1101101 | 1110 | 0 | 110110 | 111 | 1001100 | 1001101 | 1000100 |
Color Harmonies of #CBEC6D
Complementary color
Monochromatic Colors of #CBEC6D
Black with #CBEC6D
Text Example
Text Example
White with #CBEC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEC6D; }
p { color: rgb(203,236,109); }
H1.HeaderClassName
{
color: #CBEC6D;
}
.AnyTagClassName
{
color: #CBEC6D;
}
</style>
background-color css
<style>
a { background-color: #CBEC6D; }
a { background-color: rgb(203,236,109); }
div.DivClassName
{
background-color: #CBEC6D;
}
.BgClassName
{
background-color: #CBEC6D;
}
</style>
border-color css
<style>
span { border-color: #CBEC6D; }
span { border-color: rgb(203,236,109); }
td.TdClassName
{
border-color: #CBEC6D;
}
.TagClassName
{
border-color: #CBEC6D;
}
</style>