Shades of Mindaro #CBEC59
Tints of Mindaro #CBEC59
RGB
CMYK
RGB Variations
Color information
#CBEC59 (or 0xCBEC59) is known color: Mindaro. HEX triplet: CB, EC and 59. RGB value is (203,236,89). Sum of RGB (Red+Green+Blue) = 203+236+89=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 236 (92.58% from 255 or 44.70% from 528); Blue value is 89 (35.16% from 255 or 16.86% from 528); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEC59 is #3413A6. Grayscale: #D1D1D1. Windows color (decimal): -3412903 or 5893323. OLE color: 5893323.
HSL color Cylindrical-coordinate representation of color #CBEC59: hue angle of 73.47º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CBEC59 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 89 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.07 |
| HSL | 73.47º | 0.79% | 0.64% | - |
| HSV(B) | 73.47º | 0.62% | 0.93% | - |
| XYZ | 56.43 | 73.41 | 20.65 | - |
| YUV | 209.38 | 60.07 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 89 | 0.14 | 0 | 0.62 | 0.07 | 73.47 | 0.79 | 0.64 |
| Hex | CB | EC | 59 | E | 0 | 3E | 7 | 49 | 4F | 40 |
| Octal | 313 | 354 | 131 | 16 | 0 | 76 | 7 | 111 | 117 | 100 |
| Binary | 11001011 | 11101100 | 1011001 | 1110 | 0 | 111110 | 111 | 1001001 | 1001111 | 1000000 |
Color Harmonies of #CBEC59
Complementary color
Monochromatic Colors of #CBEC59
Black with #CBEC59
Text Example
Text Example
White with #CBEC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEC59; }
p { color: rgb(203,236,89); }
H1.HeaderClassName
{
color: #CBEC59;
}
.AnyTagClassName
{
color: #CBEC59;
}
</style>
background-color css
<style>
a { background-color: #CBEC59; }
a { background-color: rgb(203,236,89); }
div.DivClassName
{
background-color: #CBEC59;
}
.BgClassName
{
background-color: #CBEC59;
}
</style>
border-color css
<style>
span { border-color: #CBEC59; }
span { border-color: rgb(203,236,89); }
td.TdClassName
{
border-color: #CBEC59;
}
.TagClassName
{
border-color: #CBEC59;
}
</style>