Shades of Mindaro #CBE167
Tints of Mindaro #CBE167
RGB
CMYK
RGB Variations
Color information
#CBE167 (or 0xCBE167) is known color: Mindaro. HEX triplet: CB, E1 and 67. RGB value is (203,225,103). Sum of RGB (Red+Green+Blue) = 203+225+103=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 103 (40.62% from 255 or 19.40% from 531); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE167 is #341E98. Grayscale: #CCCCCC. Windows color (decimal): -3415705 or 6808011. OLE color: 6808011.
HSL color Cylindrical-coordinate representation of color #CBE167: hue angle of 70.82º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBE167 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 103 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.12 |
| HSL | 70.82º | 0.67% | 0.64% | - |
| HSV(B) | 70.82º | 0.54% | 0.88% | - |
| XYZ | 54 | 67.53 | 23.02 | - |
| YUV | 204.51 | 70.71 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 103 | 0.10 | 0 | 0.54 | 0.12 | 70.82 | 0.67 | 0.64 |
| Hex | CB | E1 | 67 | A | 0 | 36 | C | 47 | 43 | 40 |
| Octal | 313 | 341 | 147 | 12 | 0 | 66 | 14 | 107 | 103 | 100 |
| Binary | 11001011 | 11100001 | 1100111 | 1010 | 0 | 110110 | 1100 | 1000111 | 1000011 | 1000000 |
Color Harmonies of #CBE167
Complementary color
Monochromatic Colors of #CBE167
Black with #CBE167
Text Example
Text Example
White with #CBE167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE167; }
p { color: rgb(203,225,103); }
H1.HeaderClassName
{
color: #CBE167;
}
.AnyTagClassName
{
color: #CBE167;
}
</style>
background-color css
<style>
a { background-color: #CBE167; }
a { background-color: rgb(203,225,103); }
div.DivClassName
{
background-color: #CBE167;
}
.BgClassName
{
background-color: #CBE167;
}
</style>
border-color css
<style>
span { border-color: #CBE167; }
span { border-color: rgb(203,225,103); }
td.TdClassName
{
border-color: #CBE167;
}
.TagClassName
{
border-color: #CBE167;
}
</style>