Shades of Mindaro #CBDD65
Tints of Mindaro #CBDD65
RGB
CMYK
RGB Variations
Color information
#CBDD65 (or 0xCBDD65) is known color: Mindaro. HEX triplet: CB, DD and 65. RGB value is (203,221,101). Sum of RGB (Red+Green+Blue) = 203+221+101=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 101 (39.84% from 255 or 19.24% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDD65 is #34229A. Grayscale: #CACACA. Windows color (decimal): -3416731 or 6675915. OLE color: 6675915.
HSL color Cylindrical-coordinate representation of color #CBDD65: hue angle of 69º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBDD65 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 101 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.13 |
| HSL | 69º | 0.64% | 0.63% | - |
| HSV(B) | 69º | 0.54% | 0.87% | - |
| XYZ | 52.83 | 65.35 | 22.14 | - |
| YUV | 201.94 | 71.04 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 101 | 0.08 | 0 | 0.54 | 0.13 | 69 | 0.64 | 0.63 |
| Hex | CB | DD | 65 | 8 | 0 | 36 | D | 45 | 40 | 3F |
| Octal | 313 | 335 | 145 | 10 | 0 | 66 | 15 | 105 | 100 | 77 |
| Binary | 11001011 | 11011101 | 1100101 | 1000 | 0 | 110110 | 1101 | 1000101 | 1000000 | 111111 |
Color Harmonies of #CBDD65
Complementary color
Monochromatic Colors of #CBDD65
Black with #CBDD65
Text Example
Text Example
White with #CBDD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDD65; }
p { color: rgb(203,221,101); }
H1.HeaderClassName
{
color: #CBDD65;
}
.AnyTagClassName
{
color: #CBDD65;
}
</style>
background-color css
<style>
a { background-color: #CBDD65; }
a { background-color: rgb(203,221,101); }
div.DivClassName
{
background-color: #CBDD65;
}
.BgClassName
{
background-color: #CBDD65;
}
</style>
border-color css
<style>
span { border-color: #CBDD65; }
span { border-color: rgb(203,221,101); }
td.TdClassName
{
border-color: #CBDD65;
}
.TagClassName
{
border-color: #CBDD65;
}
</style>