Shades of Mindaro #CBE856
Tints of Mindaro #CBE856
RGB
CMYK
RGB Variations
Color information
#CBE856 (or 0xCBE856) is known color: Mindaro. HEX triplet: CB, E8 and 56. RGB value is (203,232,86). Sum of RGB (Red+Green+Blue) = 203+232+86=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 232 (91.02% from 255 or 44.53% from 521); Blue value is 86 (33.98% from 255 or 16.51% from 521); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE856 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE856 is #3417A9. Grayscale: #CFCFCF. Windows color (decimal): -3413930 or 5695691. OLE color: 5695691.
HSL color Cylindrical-coordinate representation of color #CBE856: hue angle of 71.92º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CBE856 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 232 | 86 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.09 |
| HSL | 71.92º | 0.76% | 0.62% | - |
| HSV(B) | 71.92º | 0.63% | 0.91% | - |
| XYZ | 55.16 | 71.08 | 19.62 | - |
| YUV | 206.69 | 59.89 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 232 | 86 | 0.12 | 0 | 0.63 | 0.09 | 71.92 | 0.76 | 0.62 |
| Hex | CB | E8 | 56 | C | 0 | 3F | 9 | 48 | 4C | 3E |
| Octal | 313 | 350 | 126 | 14 | 0 | 77 | 11 | 110 | 114 | 76 |
| Binary | 11001011 | 11101000 | 1010110 | 1100 | 0 | 111111 | 1001 | 1001000 | 1001100 | 111110 |
Color Harmonies of #CBE856
Complementary color
Monochromatic Colors of #CBE856
Black with #CBE856
Text Example
Text Example
White with #CBE856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE856; }
p { color: rgb(203,232,86); }
H1.HeaderClassName
{
color: #CBE856;
}
.AnyTagClassName
{
color: #CBE856;
}
</style>
background-color css
<style>
a { background-color: #CBE856; }
a { background-color: rgb(203,232,86); }
div.DivClassName
{
background-color: #CBE856;
}
.BgClassName
{
background-color: #CBE856;
}
</style>
border-color css
<style>
span { border-color: #CBE856; }
span { border-color: rgb(203,232,86); }
td.TdClassName
{
border-color: #CBE856;
}
.TagClassName
{
border-color: #CBE856;
}
</style>