Shades of Mindaro #CBE069
Tints of Mindaro #CBE069
RGB
CMYK
RGB Variations
Color information
#CBE069 (or 0xCBE069) is known color: Mindaro. HEX triplet: CB, E0 and 69. RGB value is (203,224,105). Sum of RGB (Red+Green+Blue) = 203+224+105=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 105 (41.41% from 255 or 19.74% from 532); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE069 is #341F96. Grayscale: #CCCCCC. Windows color (decimal): -3415959 or 6938827. OLE color: 6938827.
HSL color Cylindrical-coordinate representation of color #CBE069: hue angle of 70.59º degrees, saturation: 0.66, 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 #CBE069 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 224 | 105 | - |
| CMYK | 0.09 | 0 | 0.53 | 0.12 |
| HSL | 70.59º | 0.66% | 0.65% | - |
| HSV(B) | 70.59º | 0.53% | 0.88% | - |
| XYZ | 53.83 | 67.03 | 23.46 | - |
| YUV | 204.16 | 72.04 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 224 | 105 | 0.09 | 0 | 0.53 | 0.12 | 70.59 | 0.66 | 0.65 |
| Hex | CB | E0 | 69 | 9 | 0 | 35 | C | 47 | 42 | 41 |
| Octal | 313 | 340 | 151 | 11 | 0 | 65 | 14 | 107 | 102 | 101 |
| Binary | 11001011 | 11100000 | 1101001 | 1001 | 0 | 110101 | 1100 | 1000111 | 1000010 | 1000001 |
Color Harmonies of #CBE069
Complementary color
Monochromatic Colors of #CBE069
Black with #CBE069
Text Example
Text Example
White with #CBE069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE069; }
p { color: rgb(203,224,105); }
H1.HeaderClassName
{
color: #CBE069;
}
.AnyTagClassName
{
color: #CBE069;
}
</style>
background-color css
<style>
a { background-color: #CBE069; }
a { background-color: rgb(203,224,105); }
div.DivClassName
{
background-color: #CBE069;
}
.BgClassName
{
background-color: #CBE069;
}
</style>
border-color css
<style>
span { border-color: #CBE069; }
span { border-color: rgb(203,224,105); }
td.TdClassName
{
border-color: #CBE069;
}
.TagClassName
{
border-color: #CBE069;
}
</style>