Shades of Mindaro #CBEC6E
Tints of Mindaro #CBEC6E
RGB
CMYK
RGB Variations
Color information
#CBEC6E (or 0xCBEC6E) is known color: Mindaro. HEX triplet: CB, EC and 6E. RGB value is (203,236,110). Sum of RGB (Red+Green+Blue) = 203+236+110=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 110 (43.36% from 255 or 20.04% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEC6E is #341391. Grayscale: #D4D4D4. Windows color (decimal): -3412882 or 7269579. OLE color: 7269579.
HSL color Cylindrical-coordinate representation of color #CBEC6E: hue angle of 75.71º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBEC6E is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 110 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.07 |
| HSL | 75.71º | 0.77% | 0.68% | - |
| HSV(B) | 75.71º | 0.53% | 0.93% | - |
| XYZ | 57.44 | 73.81 | 25.97 | - |
| YUV | 211.77 | 70.57 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 110 | 0.14 | 0 | 0.53 | 0.07 | 75.71 | 0.77 | 0.68 |
| Hex | CB | EC | 6E | E | 0 | 35 | 7 | 4C | 4D | 44 |
| Octal | 313 | 354 | 156 | 16 | 0 | 65 | 7 | 114 | 115 | 104 |
| Binary | 11001011 | 11101100 | 1101110 | 1110 | 0 | 110101 | 111 | 1001100 | 1001101 | 1000100 |
Color Harmonies of #CBEC6E
Complementary color
Monochromatic Colors of #CBEC6E
Black with #CBEC6E
Text Example
Text Example
White with #CBEC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEC6E; }
p { color: rgb(203,236,110); }
H1.HeaderClassName
{
color: #CBEC6E;
}
.AnyTagClassName
{
color: #CBEC6E;
}
</style>
background-color css
<style>
a { background-color: #CBEC6E; }
a { background-color: rgb(203,236,110); }
div.DivClassName
{
background-color: #CBEC6E;
}
.BgClassName
{
background-color: #CBEC6E;
}
</style>
border-color css
<style>
span { border-color: #CBEC6E; }
span { border-color: rgb(203,236,110); }
td.TdClassName
{
border-color: #CBEC6E;
}
.TagClassName
{
border-color: #CBEC6E;
}
</style>