Shades of Mindaro #CBE957
Tints of Mindaro #CBE957
RGB
CMYK
RGB Variations
Color information
#CBE957 (or 0xCBE957) is known color: Mindaro. HEX triplet: CB, E9 and 57. RGB value is (203,233,87). Sum of RGB (Red+Green+Blue) = 203+233+87=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 233 (91.41% from 255 or 44.55% from 523); Blue value is 87 (34.38% from 255 or 16.63% from 523); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE957 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE957 is #3416A8. Grayscale: #CFCFCF. Windows color (decimal): -3413673 or 5761483. OLE color: 5761483.
HSL color Cylindrical-coordinate representation of color #CBE957: hue angle of 72.33º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CBE957 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 87 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.09 |
| HSL | 72.33º | 0.77% | 0.63% | - |
| HSV(B) | 72.33º | 0.63% | 0.91% | - |
| XYZ | 55.49 | 71.66 | 19.92 | - |
| YUV | 207.39 | 60.06 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 87 | 0.13 | 0 | 0.63 | 0.09 | 72.33 | 0.77 | 0.63 |
| Hex | CB | E9 | 57 | D | 0 | 3F | 9 | 48 | 4D | 3F |
| Octal | 313 | 351 | 127 | 15 | 0 | 77 | 11 | 110 | 115 | 77 |
| Binary | 11001011 | 11101001 | 1010111 | 1101 | 0 | 111111 | 1001 | 1001000 | 1001101 | 111111 |
Color Harmonies of #CBE957
Complementary color
Monochromatic Colors of #CBE957
Black with #CBE957
Text Example
Text Example
White with #CBE957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE957; }
p { color: rgb(203,233,87); }
H1.HeaderClassName
{
color: #CBE957;
}
.AnyTagClassName
{
color: #CBE957;
}
</style>
background-color css
<style>
a { background-color: #CBE957; }
a { background-color: rgb(203,233,87); }
div.DivClassName
{
background-color: #CBE957;
}
.BgClassName
{
background-color: #CBE957;
}
</style>
border-color css
<style>
span { border-color: #CBE957; }
span { border-color: rgb(203,233,87); }
td.TdClassName
{
border-color: #CBE957;
}
.TagClassName
{
border-color: #CBE957;
}
</style>