Shades of Mindaro #CBE771
Tints of Mindaro #CBE771
RGB
CMYK
RGB Variations
Color information
#CBE771 (or 0xCBE771) is known color: Mindaro. HEX triplet: CB, E7 and 71. RGB value is (203,231,113). Sum of RGB (Red+Green+Blue) = 203+231+113=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 231 (90.62% from 255 or 42.23% from 547); Blue value is 113 (44.53% from 255 or 20.66% from 547); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE771 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE771 is #34188E. Grayscale: #D1D1D1. Windows color (decimal): -3414159 or 7464907. OLE color: 7464907.
HSL color Cylindrical-coordinate representation of color #CBE771: hue angle of 74.24º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBE771 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 113 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.09 |
| HSL | 74.24º | 0.71% | 0.67% | - |
| HSV(B) | 74.24º | 0.51% | 0.91% | - |
| XYZ | 56.19 | 71.04 | 26.37 | - |
| YUV | 209.18 | 73.72 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 113 | 0.12 | 0 | 0.51 | 0.09 | 74.24 | 0.71 | 0.67 |
| Hex | CB | E7 | 71 | C | 0 | 33 | 9 | 4A | 47 | 43 |
| Octal | 313 | 347 | 161 | 14 | 0 | 63 | 11 | 112 | 107 | 103 |
| Binary | 11001011 | 11100111 | 1110001 | 1100 | 0 | 110011 | 1001 | 1001010 | 1000111 | 1000011 |
Color Harmonies of #CBE771
Complementary color
Monochromatic Colors of #CBE771
Black with #CBE771
Text Example
Text Example
White with #CBE771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE771; }
p { color: rgb(203,231,113); }
H1.HeaderClassName
{
color: #CBE771;
}
.AnyTagClassName
{
color: #CBE771;
}
</style>
background-color css
<style>
a { background-color: #CBE771; }
a { background-color: rgb(203,231,113); }
div.DivClassName
{
background-color: #CBE771;
}
.BgClassName
{
background-color: #CBE771;
}
</style>
border-color css
<style>
span { border-color: #CBE771; }
span { border-color: rgb(203,231,113); }
td.TdClassName
{
border-color: #CBE771;
}
.TagClassName
{
border-color: #CBE771;
}
</style>