Shades of Mindaro #CBE660
Tints of Mindaro #CBE660
RGB
CMYK
RGB Variations
Color information
#CBE660 (or 0xCBE660) is known color: Mindaro. HEX triplet: CB, E6 and 60. RGB value is (203,230,96). Sum of RGB (Red+Green+Blue) = 203+230+96=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 230 (90.23% from 255 or 43.48% from 529); Blue value is 96 (37.89% from 255 or 18.15% from 529); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE660 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE660 is #34199F. Grayscale: #CFCFCF. Windows color (decimal): -3414432 or 6350539. OLE color: 6350539.
HSL color Cylindrical-coordinate representation of color #CBE660: hue angle of 72.09º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBE660 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 96 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.10 |
| HSL | 72.09º | 0.73% | 0.64% | - |
| HSV(B) | 72.09º | 0.58% | 0.9% | - |
| XYZ | 55.04 | 70.13 | 21.7 | - |
| YUV | 206.65 | 65.55 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 96 | 0.12 | 0 | 0.58 | 0.10 | 72.09 | 0.73 | 0.64 |
| Hex | CB | E6 | 60 | C | 0 | 3A | A | 48 | 49 | 40 |
| Octal | 313 | 346 | 140 | 14 | 0 | 72 | 12 | 110 | 111 | 100 |
| Binary | 11001011 | 11100110 | 1100000 | 1100 | 0 | 111010 | 1010 | 1001000 | 1001001 | 1000000 |
Color Harmonies of #CBE660
Complementary color
Monochromatic Colors of #CBE660
Black with #CBE660
Text Example
Text Example
White with #CBE660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE660; }
p { color: rgb(203,230,96); }
H1.HeaderClassName
{
color: #CBE660;
}
.AnyTagClassName
{
color: #CBE660;
}
</style>
background-color css
<style>
a { background-color: #CBE660; }
a { background-color: rgb(203,230,96); }
div.DivClassName
{
background-color: #CBE660;
}
.BgClassName
{
background-color: #CBE660;
}
</style>
border-color css
<style>
span { border-color: #CBE660; }
span { border-color: rgb(203,230,96); }
td.TdClassName
{
border-color: #CBE660;
}
.TagClassName
{
border-color: #CBE660;
}
</style>