Shades of Mindaro #CBDC6C
Tints of Mindaro #CBDC6C
RGB
CMYK
RGB Variations
Color information
#CBDC6C (or 0xCBDC6C) is known color: Mindaro. HEX triplet: CB, DC and 6C. RGB value is (203,220,108). Sum of RGB (Red+Green+Blue) = 203+220+108=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 108 (42.58% from 255 or 20.34% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDC6C is #342393. Grayscale: #CACACA. Windows color (decimal): -3416980 or 7134411. OLE color: 7134411.
HSL color Cylindrical-coordinate representation of color #CBDC6C: hue angle of 69.11º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBDC6C is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 108 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.14 |
| HSL | 69.11º | 0.62% | 0.64% | - |
| HSV(B) | 69.11º | 0.51% | 0.86% | - |
| XYZ | 52.93 | 64.97 | 23.94 | - |
| YUV | 202.15 | 74.87 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 108 | 0.08 | 0 | 0.51 | 0.14 | 69.11 | 0.62 | 0.64 |
| Hex | CB | DC | 6C | 8 | 0 | 33 | E | 45 | 3E | 40 |
| Octal | 313 | 334 | 154 | 10 | 0 | 63 | 16 | 105 | 76 | 100 |
| Binary | 11001011 | 11011100 | 1101100 | 1000 | 0 | 110011 | 1110 | 1000101 | 111110 | 1000000 |
Color Harmonies of #CBDC6C
Complementary color
Monochromatic Colors of #CBDC6C
Black with #CBDC6C
Text Example
Text Example
White with #CBDC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDC6C; }
p { color: rgb(203,220,108); }
H1.HeaderClassName
{
color: #CBDC6C;
}
.AnyTagClassName
{
color: #CBDC6C;
}
</style>
background-color css
<style>
a { background-color: #CBDC6C; }
a { background-color: rgb(203,220,108); }
div.DivClassName
{
background-color: #CBDC6C;
}
.BgClassName
{
background-color: #CBDC6C;
}
</style>
border-color css
<style>
span { border-color: #CBDC6C; }
span { border-color: rgb(203,220,108); }
td.TdClassName
{
border-color: #CBDC6C;
}
.TagClassName
{
border-color: #CBDC6C;
}
</style>