Shades of Mindaro #CBE571
Tints of Mindaro #CBE571
RGB
CMYK
RGB Variations
Color information
#CBE571 (or 0xCBE571) is known color: Mindaro. HEX triplet: CB, E5 and 71. RGB value is (203,229,113). Sum of RGB (Red+Green+Blue) = 203+229+113=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 113 (44.53% from 255 or 20.73% from 545); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE571 is #341A8E. Grayscale: #D0D0D0. Windows color (decimal): -3414671 or 7464395. OLE color: 7464395.
HSL color Cylindrical-coordinate representation of color #CBE571: hue angle of 73.45º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBE571 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 113 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.10 |
| HSL | 73.45º | 0.69% | 0.67% | - |
| HSV(B) | 73.45º | 0.51% | 0.9% | - |
| XYZ | 55.63 | 69.93 | 26.19 | - |
| YUV | 208 | 74.39 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 113 | 0.11 | 0 | 0.51 | 0.10 | 73.45 | 0.69 | 0.67 |
| Hex | CB | E5 | 71 | B | 0 | 33 | A | 49 | 45 | 43 |
| Octal | 313 | 345 | 161 | 13 | 0 | 63 | 12 | 111 | 105 | 103 |
| Binary | 11001011 | 11100101 | 1110001 | 1011 | 0 | 110011 | 1010 | 1001001 | 1000101 | 1000011 |
Color Harmonies of #CBE571
Complementary color
Monochromatic Colors of #CBE571
Black with #CBE571
Text Example
Text Example
White with #CBE571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE571; }
p { color: rgb(203,229,113); }
H1.HeaderClassName
{
color: #CBE571;
}
.AnyTagClassName
{
color: #CBE571;
}
</style>
background-color css
<style>
a { background-color: #CBE571; }
a { background-color: rgb(203,229,113); }
div.DivClassName
{
background-color: #CBE571;
}
.BgClassName
{
background-color: #CBE571;
}
</style>
border-color css
<style>
span { border-color: #CBE571; }
span { border-color: rgb(203,229,113); }
td.TdClassName
{
border-color: #CBE571;
}
.TagClassName
{
border-color: #CBE571;
}
</style>