Shades of Mindaro #CBE169
Tints of Mindaro #CBE169
RGB
CMYK
RGB Variations
Color information
#CBE169 (or 0xCBE169) is known color: Mindaro. HEX triplet: CB, E1 and 69. RGB value is (203,225,105). Sum of RGB (Red+Green+Blue) = 203+225+105=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 105 (41.41% from 255 or 19.70% from 533); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE169 is #341E96. Grayscale: #CDCDCD. Windows color (decimal): -3415703 or 6939083. OLE color: 6939083.
HSL color Cylindrical-coordinate representation of color #CBE169: hue angle of 71º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBE169 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 105 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.12 |
| HSL | 71º | 0.67% | 0.65% | - |
| HSV(B) | 71º | 0.53% | 0.88% | - |
| XYZ | 54.1 | 67.57 | 23.55 | - |
| YUV | 204.74 | 71.71 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 105 | 0.10 | 0 | 0.53 | 0.12 | 71 | 0.67 | 0.65 |
| Hex | CB | E1 | 69 | A | 0 | 35 | C | 47 | 43 | 41 |
| Octal | 313 | 341 | 151 | 12 | 0 | 65 | 14 | 107 | 103 | 101 |
| Binary | 11001011 | 11100001 | 1101001 | 1010 | 0 | 110101 | 1100 | 1000111 | 1000011 | 1000001 |
Color Harmonies of #CBE169
Complementary color
Monochromatic Colors of #CBE169
Black with #CBE169
Text Example
Text Example
White with #CBE169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE169; }
p { color: rgb(203,225,105); }
H1.HeaderClassName
{
color: #CBE169;
}
.AnyTagClassName
{
color: #CBE169;
}
</style>
background-color css
<style>
a { background-color: #CBE169; }
a { background-color: rgb(203,225,105); }
div.DivClassName
{
background-color: #CBE169;
}
.BgClassName
{
background-color: #CBE169;
}
</style>
border-color css
<style>
span { border-color: #CBE169; }
span { border-color: rgb(203,225,105); }
td.TdClassName
{
border-color: #CBE169;
}
.TagClassName
{
border-color: #CBE169;
}
</style>