Shades of Mindaro #CBE368
Tints of Mindaro #CBE368
RGB
CMYK
RGB Variations
Color information
#CBE368 (or 0xCBE368) is known color: Mindaro. HEX triplet: CB, E3 and 68. RGB value is (203,227,104). Sum of RGB (Red+Green+Blue) = 203+227+104=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 227 (89.06% from 255 or 42.51% from 534); Blue value is 104 (41.02% from 255 or 19.48% from 534); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE368 is #341C97. Grayscale: #CECECE. Windows color (decimal): -3415192 or 6874059. OLE color: 6874059.
HSL color Cylindrical-coordinate representation of color #CBE368: hue angle of 71.71º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBE368 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 104 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.11 |
| HSL | 71.71º | 0.69% | 0.65% | - |
| HSV(B) | 71.71º | 0.54% | 0.89% | - |
| XYZ | 54.6 | 68.63 | 23.47 | - |
| YUV | 205.8 | 70.55 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 104 | 0.11 | 0 | 0.54 | 0.11 | 71.71 | 0.69 | 0.65 |
| Hex | CB | E3 | 68 | B | 0 | 36 | B | 48 | 45 | 41 |
| Octal | 313 | 343 | 150 | 13 | 0 | 66 | 13 | 110 | 105 | 101 |
| Binary | 11001011 | 11100011 | 1101000 | 1011 | 0 | 110110 | 1011 | 1001000 | 1000101 | 1000001 |
Color Harmonies of #CBE368
Complementary color
Monochromatic Colors of #CBE368
Black with #CBE368
Text Example
Text Example
White with #CBE368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE368; }
p { color: rgb(203,227,104); }
H1.HeaderClassName
{
color: #CBE368;
}
.AnyTagClassName
{
color: #CBE368;
}
</style>
background-color css
<style>
a { background-color: #CBE368; }
a { background-color: rgb(203,227,104); }
div.DivClassName
{
background-color: #CBE368;
}
.BgClassName
{
background-color: #CBE368;
}
</style>
border-color css
<style>
span { border-color: #CBE368; }
span { border-color: rgb(203,227,104); }
td.TdClassName
{
border-color: #CBE368;
}
.TagClassName
{
border-color: #CBE368;
}
</style>