Shades of Mindaro #CBDC65
Tints of Mindaro #CBDC65
RGB
CMYK
RGB Variations
Color information
#CBDC65 (or 0xCBDC65) is known color: Mindaro. HEX triplet: CB, DC and 65. RGB value is (203,220,101). Sum of RGB (Red+Green+Blue) = 203+220+101=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDC65 is #34239A. Grayscale: #C9C9C9. Windows color (decimal): -3416987 or 6675659. OLE color: 6675659.
HSL color Cylindrical-coordinate representation of color #CBDC65: hue angle of 68.57º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBDC65 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 101 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.14 |
| HSL | 68.57º | 0.63% | 0.63% | - |
| HSV(B) | 68.57º | 0.54% | 0.86% | - |
| XYZ | 52.57 | 64.82 | 22.05 | - |
| YUV | 201.35 | 71.37 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 101 | 0.08 | 0 | 0.54 | 0.14 | 68.57 | 0.63 | 0.63 |
| Hex | CB | DC | 65 | 8 | 0 | 36 | E | 45 | 3F | 3F |
| Octal | 313 | 334 | 145 | 10 | 0 | 66 | 16 | 105 | 77 | 77 |
| Binary | 11001011 | 11011100 | 1100101 | 1000 | 0 | 110110 | 1110 | 1000101 | 111111 | 111111 |
Color Harmonies of #CBDC65
Complementary color
Monochromatic Colors of #CBDC65
Black with #CBDC65
Text Example
Text Example
White with #CBDC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDC65; }
p { color: rgb(203,220,101); }
H1.HeaderClassName
{
color: #CBDC65;
}
.AnyTagClassName
{
color: #CBDC65;
}
</style>
background-color css
<style>
a { background-color: #CBDC65; }
a { background-color: rgb(203,220,101); }
div.DivClassName
{
background-color: #CBDC65;
}
.BgClassName
{
background-color: #CBDC65;
}
</style>
border-color css
<style>
span { border-color: #CBDC65; }
span { border-color: rgb(203,220,101); }
td.TdClassName
{
border-color: #CBDC65;
}
.TagClassName
{
border-color: #CBDC65;
}
</style>