Shades of Mindaro #CBE86C
Tints of Mindaro #CBE86C
RGB
CMYK
RGB Variations
Color information
#CBE86C (or 0xCBE86C) is known color: Mindaro. HEX triplet: CB, E8 and 6C. RGB value is (203,232,108). Sum of RGB (Red+Green+Blue) = 203+232+108=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 232 (91.02% from 255 or 42.73% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE86C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE86C is #341793. Grayscale: #D1D1D1. Windows color (decimal): -3413908 or 7137483. OLE color: 7137483.
HSL color Cylindrical-coordinate representation of color #CBE86C: hue angle of 74.03º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBE86C is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 232 | 108 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.09 |
| HSL | 74.03º | 0.73% | 0.67% | - |
| HSV(B) | 74.03º | 0.53% | 0.91% | - |
| XYZ | 56.19 | 71.49 | 25.03 | - |
| YUV | 209.19 | 70.89 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 232 | 108 | 0.12 | 0 | 0.53 | 0.09 | 74.03 | 0.73 | 0.67 |
| Hex | CB | E8 | 6C | C | 0 | 35 | 9 | 4A | 49 | 43 |
| Octal | 313 | 350 | 154 | 14 | 0 | 65 | 11 | 112 | 111 | 103 |
| Binary | 11001011 | 11101000 | 1101100 | 1100 | 0 | 110101 | 1001 | 1001010 | 1001001 | 1000011 |
Color Harmonies of #CBE86C
Complementary color
Monochromatic Colors of #CBE86C
Black with #CBE86C
Text Example
Text Example
White with #CBE86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE86C; }
p { color: rgb(203,232,108); }
H1.HeaderClassName
{
color: #CBE86C;
}
.AnyTagClassName
{
color: #CBE86C;
}
</style>
background-color css
<style>
a { background-color: #CBE86C; }
a { background-color: rgb(203,232,108); }
div.DivClassName
{
background-color: #CBE86C;
}
.BgClassName
{
background-color: #CBE86C;
}
</style>
border-color css
<style>
span { border-color: #CBE86C; }
span { border-color: rgb(203,232,108); }
td.TdClassName
{
border-color: #CBE86C;
}
.TagClassName
{
border-color: #CBE86C;
}
</style>