Shades of Mindaro #CBDD70
Tints of Mindaro #CBDD70
RGB
CMYK
RGB Variations
Color information
#CBDD70 (or 0xCBDD70) is known color: Mindaro. HEX triplet: CB, DD and 70. RGB value is (203,221,112). Sum of RGB (Red+Green+Blue) = 203+221+112=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDD70 is #34228F. Grayscale: #CBCBCB. Windows color (decimal): -3416720 or 7396811. OLE color: 7396811.
HSL color Cylindrical-coordinate representation of color #CBDD70: hue angle of 69.91º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBDD70 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 112 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.13 |
| HSL | 69.91º | 0.62% | 0.65% | - |
| HSV(B) | 69.91º | 0.49% | 0.87% | - |
| XYZ | 53.41 | 65.58 | 25.17 | - |
| YUV | 203.19 | 76.54 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 112 | 0.08 | 0 | 0.49 | 0.13 | 69.91 | 0.62 | 0.65 |
| Hex | CB | DD | 70 | 8 | 0 | 31 | D | 46 | 3E | 41 |
| Octal | 313 | 335 | 160 | 10 | 0 | 61 | 15 | 106 | 76 | 101 |
| Binary | 11001011 | 11011101 | 1110000 | 1000 | 0 | 110001 | 1101 | 1000110 | 111110 | 1000001 |
Color Harmonies of #CBDD70
Complementary color
Monochromatic Colors of #CBDD70
Black with #CBDD70
Text Example
Text Example
White with #CBDD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDD70; }
p { color: rgb(203,221,112); }
H1.HeaderClassName
{
color: #CBDD70;
}
.AnyTagClassName
{
color: #CBDD70;
}
</style>
background-color css
<style>
a { background-color: #CBDD70; }
a { background-color: rgb(203,221,112); }
div.DivClassName
{
background-color: #CBDD70;
}
.BgClassName
{
background-color: #CBDD70;
}
</style>
border-color css
<style>
span { border-color: #CBDD70; }
span { border-color: rgb(203,221,112); }
td.TdClassName
{
border-color: #CBDD70;
}
.TagClassName
{
border-color: #CBDD70;
}
</style>