Shades of Mindaro #CBE666
Tints of Mindaro #CBE666
RGB
CMYK
RGB Variations
Color information
#CBE666 (or 0xCBE666) is known color: Mindaro. HEX triplet: CB, E6 and 66. RGB value is (203,230,102). Sum of RGB (Red+Green+Blue) = 203+230+102=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 102 (40.23% from 255 or 19.07% from 535); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE666 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE666 is #341999. Grayscale: #CFCFCF. Windows color (decimal): -3414426 or 6743755. OLE color: 6743755.
HSL color Cylindrical-coordinate representation of color #CBE666: hue angle of 72.66º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBE666 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 102 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.10 |
| HSL | 72.66º | 0.72% | 0.65% | - |
| HSV(B) | 72.66º | 0.56% | 0.9% | - |
| XYZ | 55.32 | 70.25 | 23.21 | - |
| YUV | 207.34 | 68.55 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 102 | 0.12 | 0 | 0.56 | 0.10 | 72.66 | 0.72 | 0.65 |
| Hex | CB | E6 | 66 | C | 0 | 38 | A | 49 | 48 | 41 |
| Octal | 313 | 346 | 146 | 14 | 0 | 70 | 12 | 111 | 110 | 101 |
| Binary | 11001011 | 11100110 | 1100110 | 1100 | 0 | 111000 | 1010 | 1001001 | 1001000 | 1000001 |
Color Harmonies of #CBE666
Complementary color
Monochromatic Colors of #CBE666
Black with #CBE666
Text Example
Text Example
White with #CBE666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE666; }
p { color: rgb(203,230,102); }
H1.HeaderClassName
{
color: #CBE666;
}
.AnyTagClassName
{
color: #CBE666;
}
</style>
background-color css
<style>
a { background-color: #CBE666; }
a { background-color: rgb(203,230,102); }
div.DivClassName
{
background-color: #CBE666;
}
.BgClassName
{
background-color: #CBE666;
}
</style>
border-color css
<style>
span { border-color: #CBE666; }
span { border-color: rgb(203,230,102); }
td.TdClassName
{
border-color: #CBE666;
}
.TagClassName
{
border-color: #CBE666;
}
</style>