Shades of Mindaro #CBE468
Tints of Mindaro #CBE468
RGB
CMYK
RGB Variations
Color information
#CBE468 (or 0xCBE468) is known color: Mindaro. HEX triplet: CB, E4 and 68. RGB value is (203,228,104). Sum of RGB (Red+Green+Blue) = 203+228+104=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 228 (89.45% from 255 or 42.62% from 535); Blue value is 104 (41.02% from 255 or 19.44% from 535); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE468 is #341B97. Grayscale: #CECECE. Windows color (decimal): -3414936 or 6874315. OLE color: 6874315.
HSL color Cylindrical-coordinate representation of color #CBE468: hue angle of 72.1º degrees, saturation: 0.7, 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 #CBE468 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 104 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.11 |
| HSL | 72.1º | 0.7% | 0.65% | - |
| HSV(B) | 72.1º | 0.54% | 0.89% | - |
| XYZ | 54.87 | 69.18 | 23.56 | - |
| YUV | 206.39 | 70.22 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 104 | 0.11 | 0 | 0.54 | 0.11 | 72.1 | 0.7 | 0.65 |
| Hex | CB | E4 | 68 | B | 0 | 36 | B | 48 | 46 | 41 |
| Octal | 313 | 344 | 150 | 13 | 0 | 66 | 13 | 110 | 106 | 101 |
| Binary | 11001011 | 11100100 | 1101000 | 1011 | 0 | 110110 | 1011 | 1001000 | 1000110 | 1000001 |
Color Harmonies of #CBE468
Complementary color
Monochromatic Colors of #CBE468
Black with #CBE468
Text Example
Text Example
White with #CBE468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE468; }
p { color: rgb(203,228,104); }
H1.HeaderClassName
{
color: #CBE468;
}
.AnyTagClassName
{
color: #CBE468;
}
</style>
background-color css
<style>
a { background-color: #CBE468; }
a { background-color: rgb(203,228,104); }
div.DivClassName
{
background-color: #CBE468;
}
.BgClassName
{
background-color: #CBE468;
}
</style>
border-color css
<style>
span { border-color: #CBE468; }
span { border-color: rgb(203,228,104); }
td.TdClassName
{
border-color: #CBE468;
}
.TagClassName
{
border-color: #CBE468;
}
</style>