Shades of Mindaro #CBE770
Tints of Mindaro #CBE770
RGB
CMYK
RGB Variations
Color information
#CBE770 (or 0xCBE770) is known color: Mindaro. HEX triplet: CB, E7 and 70. RGB value is (203,231,112). Sum of RGB (Red+Green+Blue) = 203+231+112=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 231 (90.62% from 255 or 42.31% from 546); Blue value is 112 (44.14% from 255 or 20.51% from 546); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE770 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE770 is #34188F. Grayscale: #D1D1D1. Windows color (decimal): -3414160 or 7399371. OLE color: 7399371.
HSL color Cylindrical-coordinate representation of color #CBE770: hue angle of 74.12º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBE770 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 112 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.09 |
| HSL | 74.12º | 0.71% | 0.67% | - |
| HSV(B) | 74.12º | 0.52% | 0.91% | - |
| XYZ | 56.13 | 71.02 | 26.08 | - |
| YUV | 209.06 | 73.22 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 112 | 0.12 | 0 | 0.52 | 0.09 | 74.12 | 0.71 | 0.67 |
| Hex | CB | E7 | 70 | C | 0 | 34 | 9 | 4A | 47 | 43 |
| Octal | 313 | 347 | 160 | 14 | 0 | 64 | 11 | 112 | 107 | 103 |
| Binary | 11001011 | 11100111 | 1110000 | 1100 | 0 | 110100 | 1001 | 1001010 | 1000111 | 1000011 |
Color Harmonies of #CBE770
Complementary color
Monochromatic Colors of #CBE770
Black with #CBE770
Text Example
Text Example
White with #CBE770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE770; }
p { color: rgb(203,231,112); }
H1.HeaderClassName
{
color: #CBE770;
}
.AnyTagClassName
{
color: #CBE770;
}
</style>
background-color css
<style>
a { background-color: #CBE770; }
a { background-color: rgb(203,231,112); }
div.DivClassName
{
background-color: #CBE770;
}
.BgClassName
{
background-color: #CBE770;
}
</style>
border-color css
<style>
span { border-color: #CBE770; }
span { border-color: rgb(203,231,112); }
td.TdClassName
{
border-color: #CBE770;
}
.TagClassName
{
border-color: #CBE770;
}
</style>