Shades of Mindaro #CBE366
Tints of Mindaro #CBE366
RGB
CMYK
RGB Variations
Color information
#CBE366 (or 0xCBE366) is known color: Mindaro. HEX triplet: CB, E3 and 66. RGB value is (203,227,102). Sum of RGB (Red+Green+Blue) = 203+227+102=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 227 (89.06% from 255 or 42.67% from 532); Blue value is 102 (40.23% from 255 or 19.17% from 532); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE366 is #341C99. Grayscale: #CECECE. Windows color (decimal): -3415194 or 6742987. OLE color: 6742987.
HSL color Cylindrical-coordinate representation of color #CBE366: hue angle of 71.52º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBE366 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 102 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.11 |
| HSL | 71.52º | 0.69% | 0.65% | - |
| HSV(B) | 71.52º | 0.55% | 0.89% | - |
| XYZ | 54.5 | 68.59 | 22.94 | - |
| YUV | 205.57 | 69.55 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 102 | 0.11 | 0 | 0.55 | 0.11 | 71.52 | 0.69 | 0.65 |
| Hex | CB | E3 | 66 | B | 0 | 37 | B | 48 | 45 | 41 |
| Octal | 313 | 343 | 146 | 13 | 0 | 67 | 13 | 110 | 105 | 101 |
| Binary | 11001011 | 11100011 | 1100110 | 1011 | 0 | 110111 | 1011 | 1001000 | 1000101 | 1000001 |
Color Harmonies of #CBE366
Complementary color
Monochromatic Colors of #CBE366
Black with #CBE366
Text Example
Text Example
White with #CBE366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE366; }
p { color: rgb(203,227,102); }
H1.HeaderClassName
{
color: #CBE366;
}
.AnyTagClassName
{
color: #CBE366;
}
</style>
background-color css
<style>
a { background-color: #CBE366; }
a { background-color: rgb(203,227,102); }
div.DivClassName
{
background-color: #CBE366;
}
.BgClassName
{
background-color: #CBE366;
}
</style>
border-color css
<style>
span { border-color: #CBE366; }
span { border-color: rgb(203,227,102); }
td.TdClassName
{
border-color: #CBE366;
}
.TagClassName
{
border-color: #CBE366;
}
</style>