Shades of Mindaro #CBE766
Tints of Mindaro #CBE766
RGB
CMYK
RGB Variations
Color information
#CBE766 (or 0xCBE766) is known color: Mindaro. HEX triplet: CB, E7 and 66. RGB value is (203,231,102). Sum of RGB (Red+Green+Blue) = 203+231+102=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 231 (90.62% from 255 or 43.10% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE766 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE766 is #341899. Grayscale: #D0D0D0. Windows color (decimal): -3414170 or 6744011. OLE color: 6744011.
HSL color Cylindrical-coordinate representation of color #CBE766: hue angle of 73.02º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBE766 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 102 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.09 |
| HSL | 73.02º | 0.73% | 0.65% | - |
| HSV(B) | 73.02º | 0.56% | 0.91% | - |
| XYZ | 55.6 | 70.81 | 23.31 | - |
| YUV | 207.92 | 68.22 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 102 | 0.12 | 0 | 0.56 | 0.09 | 73.02 | 0.73 | 0.65 |
| Hex | CB | E7 | 66 | C | 0 | 38 | 9 | 49 | 49 | 41 |
| Octal | 313 | 347 | 146 | 14 | 0 | 70 | 11 | 111 | 111 | 101 |
| Binary | 11001011 | 11100111 | 1100110 | 1100 | 0 | 111000 | 1001 | 1001001 | 1001001 | 1000001 |
Color Harmonies of #CBE766
Complementary color
Monochromatic Colors of #CBE766
Black with #CBE766
Text Example
Text Example
White with #CBE766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE766; }
p { color: rgb(203,231,102); }
H1.HeaderClassName
{
color: #CBE766;
}
.AnyTagClassName
{
color: #CBE766;
}
</style>
background-color css
<style>
a { background-color: #CBE766; }
a { background-color: rgb(203,231,102); }
div.DivClassName
{
background-color: #CBE766;
}
.BgClassName
{
background-color: #CBE766;
}
</style>
border-color css
<style>
span { border-color: #CBE766; }
span { border-color: rgb(203,231,102); }
td.TdClassName
{
border-color: #CBE766;
}
.TagClassName
{
border-color: #CBE766;
}
</style>