Shades of Mindaro #CBE359
Tints of Mindaro #CBE359
RGB
CMYK
RGB Variations
Color information
#CBE359 (or 0xCBE359) is known color: Mindaro. HEX triplet: CB, E3 and 59. RGB value is (203,227,89). Sum of RGB (Red+Green+Blue) = 203+227+89=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 227 (89.06% from 255 or 43.74% from 519); Blue value is 89 (35.16% from 255 or 17.15% from 519); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE359 is #341CA6. Grayscale: #CCCCCC. Windows color (decimal): -3415207 or 5891019. OLE color: 5891019.
HSL color Cylindrical-coordinate representation of color #CBE359: hue angle of 70.43º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBE359 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 89 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.11 |
| HSL | 70.43º | 0.71% | 0.62% | - |
| HSV(B) | 70.43º | 0.61% | 0.89% | - |
| XYZ | 53.9 | 68.36 | 19.8 | - |
| YUV | 204.09 | 63.05 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 89 | 0.11 | 0 | 0.61 | 0.11 | 70.43 | 0.71 | 0.62 |
| Hex | CB | E3 | 59 | B | 0 | 3D | B | 46 | 47 | 3E |
| Octal | 313 | 343 | 131 | 13 | 0 | 75 | 13 | 106 | 107 | 76 |
| Binary | 11001011 | 11100011 | 1011001 | 1011 | 0 | 111101 | 1011 | 1000110 | 1000111 | 111110 |
Color Harmonies of #CBE359
Complementary color
Monochromatic Colors of #CBE359
Black with #CBE359
Text Example
Text Example
White with #CBE359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE359; }
p { color: rgb(203,227,89); }
H1.HeaderClassName
{
color: #CBE359;
}
.AnyTagClassName
{
color: #CBE359;
}
</style>
background-color css
<style>
a { background-color: #CBE359; }
a { background-color: rgb(203,227,89); }
div.DivClassName
{
background-color: #CBE359;
}
.BgClassName
{
background-color: #CBE359;
}
</style>
border-color css
<style>
span { border-color: #CBE359; }
span { border-color: rgb(203,227,89); }
td.TdClassName
{
border-color: #CBE359;
}
.TagClassName
{
border-color: #CBE359;
}
</style>