Shades of Mindaro #CBDC68
Tints of Mindaro #CBDC68
RGB
CMYK
RGB Variations
Color information
#CBDC68 (or 0xCBDC68) is known color: Mindaro. HEX triplet: CB, DC and 68. RGB value is (203,220,104). Sum of RGB (Red+Green+Blue) = 203+220+104=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 104 (41.02% from 255 or 19.73% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDC68 is #342397. Grayscale: #CACACA. Windows color (decimal): -3416984 or 6872267. OLE color: 6872267.
HSL color Cylindrical-coordinate representation of color #CBDC68: hue angle of 68.79º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBDC68 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 104 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.14 |
| HSL | 68.79º | 0.62% | 0.64% | - |
| HSV(B) | 68.79º | 0.53% | 0.86% | - |
| XYZ | 52.72 | 64.88 | 22.84 | - |
| YUV | 201.69 | 72.87 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 104 | 0.08 | 0 | 0.53 | 0.14 | 68.79 | 0.62 | 0.64 |
| Hex | CB | DC | 68 | 8 | 0 | 35 | E | 45 | 3E | 40 |
| Octal | 313 | 334 | 150 | 10 | 0 | 65 | 16 | 105 | 76 | 100 |
| Binary | 11001011 | 11011100 | 1101000 | 1000 | 0 | 110101 | 1110 | 1000101 | 111110 | 1000000 |
Color Harmonies of #CBDC68
Complementary color
Monochromatic Colors of #CBDC68
Black with #CBDC68
Text Example
Text Example
White with #CBDC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDC68; }
p { color: rgb(203,220,104); }
H1.HeaderClassName
{
color: #CBDC68;
}
.AnyTagClassName
{
color: #CBDC68;
}
</style>
background-color css
<style>
a { background-color: #CBDC68; }
a { background-color: rgb(203,220,104); }
div.DivClassName
{
background-color: #CBDC68;
}
.BgClassName
{
background-color: #CBDC68;
}
</style>
border-color css
<style>
span { border-color: #CBDC68; }
span { border-color: rgb(203,220,104); }
td.TdClassName
{
border-color: #CBDC68;
}
.TagClassName
{
border-color: #CBDC68;
}
</style>