Shades of Mindaro #CBDE66
Tints of Mindaro #CBDE66
RGB
CMYK
RGB Variations
Color information
#CBDE66 (or 0xCBDE66) is known color: Mindaro. HEX triplet: CB, DE and 66. RGB value is (203,222,102). Sum of RGB (Red+Green+Blue) = 203+222+102=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 102 (40.23% from 255 or 19.35% from 527); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDE66 is #342199. Grayscale: #CBCBCB. Windows color (decimal): -3416474 or 6741707. OLE color: 6741707.
HSL color Cylindrical-coordinate representation of color #CBDE66: hue angle of 69.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBDE66 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 222 | 102 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.13 |
| HSL | 69.5º | 0.65% | 0.64% | - |
| HSV(B) | 69.5º | 0.54% | 0.87% | - |
| XYZ | 53.15 | 65.9 | 22.49 | - |
| YUV | 202.64 | 71.21 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 222 | 102 | 0.09 | 0 | 0.54 | 0.13 | 69.5 | 0.65 | 0.64 |
| Hex | CB | DE | 66 | 9 | 0 | 36 | D | 46 | 41 | 40 |
| Octal | 313 | 336 | 146 | 11 | 0 | 66 | 15 | 106 | 101 | 100 |
| Binary | 11001011 | 11011110 | 1100110 | 1001 | 0 | 110110 | 1101 | 1000110 | 1000001 | 1000000 |
Color Harmonies of #CBDE66
Complementary color
Monochromatic Colors of #CBDE66
Black with #CBDE66
Text Example
Text Example
White with #CBDE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDE66; }
p { color: rgb(203,222,102); }
H1.HeaderClassName
{
color: #CBDE66;
}
.AnyTagClassName
{
color: #CBDE66;
}
</style>
background-color css
<style>
a { background-color: #CBDE66; }
a { background-color: rgb(203,222,102); }
div.DivClassName
{
background-color: #CBDE66;
}
.BgClassName
{
background-color: #CBDE66;
}
</style>
border-color css
<style>
span { border-color: #CBDE66; }
span { border-color: rgb(203,222,102); }
td.TdClassName
{
border-color: #CBDE66;
}
.TagClassName
{
border-color: #CBDE66;
}
</style>