Shades of Mindaro #CBDE65
Tints of Mindaro #CBDE65
RGB
CMYK
RGB Variations
Color information
#CBDE65 (or 0xCBDE65) is known color: Mindaro. HEX triplet: CB, DE and 65. RGB value is (203,222,101). Sum of RGB (Red+Green+Blue) = 203+222+101=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 101 (39.84% from 255 or 19.20% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDE65 is #34219A. Grayscale: #CACACA. Windows color (decimal): -3416475 or 6676171. OLE color: 6676171.
HSL color Cylindrical-coordinate representation of color #CBDE65: hue angle of 69.42º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBDE65 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 222 | 101 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.13 |
| HSL | 69.42º | 0.65% | 0.63% | - |
| HSV(B) | 69.42º | 0.55% | 0.87% | - |
| XYZ | 53.1 | 65.88 | 22.23 | - |
| YUV | 202.53 | 70.71 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 222 | 101 | 0.09 | 0 | 0.55 | 0.13 | 69.42 | 0.65 | 0.63 |
| Hex | CB | DE | 65 | 9 | 0 | 37 | D | 45 | 41 | 3F |
| Octal | 313 | 336 | 145 | 11 | 0 | 67 | 15 | 105 | 101 | 77 |
| Binary | 11001011 | 11011110 | 1100101 | 1001 | 0 | 110111 | 1101 | 1000101 | 1000001 | 111111 |
Color Harmonies of #CBDE65
Complementary color
Monochromatic Colors of #CBDE65
Black with #CBDE65
Text Example
Text Example
White with #CBDE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDE65; }
p { color: rgb(203,222,101); }
H1.HeaderClassName
{
color: #CBDE65;
}
.AnyTagClassName
{
color: #CBDE65;
}
</style>
background-color css
<style>
a { background-color: #CBDE65; }
a { background-color: rgb(203,222,101); }
div.DivClassName
{
background-color: #CBDE65;
}
.BgClassName
{
background-color: #CBDE65;
}
</style>
border-color css
<style>
span { border-color: #CBDE65; }
span { border-color: rgb(203,222,101); }
td.TdClassName
{
border-color: #CBDE65;
}
.TagClassName
{
border-color: #CBDE65;
}
</style>