Shades of Mindaro #CBE16E
Tints of Mindaro #CBE16E
RGB
CMYK
RGB Variations
Color information
#CBE16E (or 0xCBE16E) is known color: Mindaro. HEX triplet: CB, E1 and 6E. RGB value is (203,225,110). Sum of RGB (Red+Green+Blue) = 203+225+110=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 110 (43.36% from 255 or 20.45% from 538); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE16E is #341E91. Grayscale: #CDCDCD. Windows color (decimal): -3415698 or 7266763. OLE color: 7266763.
HSL color Cylindrical-coordinate representation of color #CBE16E: hue angle of 71.48º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBE16E is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 110 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.12 |
| HSL | 71.48º | 0.66% | 0.66% | - |
| HSV(B) | 71.48º | 0.51% | 0.88% | - |
| XYZ | 54.37 | 67.67 | 24.95 | - |
| YUV | 205.31 | 74.21 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 110 | 0.10 | 0 | 0.51 | 0.12 | 71.48 | 0.66 | 0.66 |
| Hex | CB | E1 | 6E | A | 0 | 33 | C | 47 | 42 | 42 |
| Octal | 313 | 341 | 156 | 12 | 0 | 63 | 14 | 107 | 102 | 102 |
| Binary | 11001011 | 11100001 | 1101110 | 1010 | 0 | 110011 | 1100 | 1000111 | 1000010 | 1000010 |
Color Harmonies of #CBE16E
Complementary color
Monochromatic Colors of #CBE16E
Black with #CBE16E
Text Example
Text Example
White with #CBE16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE16E; }
p { color: rgb(203,225,110); }
H1.HeaderClassName
{
color: #CBE16E;
}
.AnyTagClassName
{
color: #CBE16E;
}
</style>
background-color css
<style>
a { background-color: #CBE16E; }
a { background-color: rgb(203,225,110); }
div.DivClassName
{
background-color: #CBE16E;
}
.BgClassName
{
background-color: #CBE16E;
}
</style>
border-color css
<style>
span { border-color: #CBE16E; }
span { border-color: rgb(203,225,110); }
td.TdClassName
{
border-color: #CBE16E;
}
.TagClassName
{
border-color: #CBE16E;
}
</style>