Shades of Mindaro #CBDC73
Tints of Mindaro #CBDC73
RGB
CMYK
RGB Variations
Color information
#CBDC73 (or 0xCBDC73) is known color: Mindaro. HEX triplet: CB, DC and 73. RGB value is (203,220,115). Sum of RGB (Red+Green+Blue) = 203+220+115=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 115 (45.31% from 255 or 21.38% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDC73 is #34238C. Grayscale: #CBCBCB. Windows color (decimal): -3416973 or 7593163. OLE color: 7593163.
HSL color Cylindrical-coordinate representation of color #CBDC73: hue angle of 69.71º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBDC73 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 115 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.14 |
| HSL | 69.71º | 0.6% | 0.66% | - |
| HSV(B) | 69.71º | 0.48% | 0.86% | - |
| XYZ | 53.32 | 65.12 | 25.98 | - |
| YUV | 202.95 | 78.37 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 115 | 0.08 | 0 | 0.48 | 0.14 | 69.71 | 0.6 | 0.66 |
| Hex | CB | DC | 73 | 8 | 0 | 30 | E | 46 | 3C | 42 |
| Octal | 313 | 334 | 163 | 10 | 0 | 60 | 16 | 106 | 74 | 102 |
| Binary | 11001011 | 11011100 | 1110011 | 1000 | 0 | 110000 | 1110 | 1000110 | 111100 | 1000010 |
Color Harmonies of #CBDC73
Complementary color
Monochromatic Colors of #CBDC73
Black with #CBDC73
Text Example
Text Example
White with #CBDC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDC73; }
p { color: rgb(203,220,115); }
H1.HeaderClassName
{
color: #CBDC73;
}
.AnyTagClassName
{
color: #CBDC73;
}
</style>
background-color css
<style>
a { background-color: #CBDC73; }
a { background-color: rgb(203,220,115); }
div.DivClassName
{
background-color: #CBDC73;
}
.BgClassName
{
background-color: #CBDC73;
}
</style>
border-color css
<style>
span { border-color: #CBDC73; }
span { border-color: rgb(203,220,115); }
td.TdClassName
{
border-color: #CBDC73;
}
.TagClassName
{
border-color: #CBDC73;
}
</style>