Shades of Mindaro #CBE068
Tints of Mindaro #CBE068
RGB
CMYK
RGB Variations
Color information
#CBE068 (or 0xCBE068) is known color: Mindaro. HEX triplet: CB, E0 and 68. RGB value is (203,224,104). Sum of RGB (Red+Green+Blue) = 203+224+104=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE068 is #341F97. Grayscale: #CCCCCC. Windows color (decimal): -3415960 or 6873291. OLE color: 6873291.
HSL color Cylindrical-coordinate representation of color #CBE068: hue angle of 70.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBE068 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 224 | 104 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.12 |
| HSL | 70.5º | 0.66% | 0.64% | - |
| HSV(B) | 70.5º | 0.54% | 0.88% | - |
| XYZ | 53.78 | 67.01 | 23.2 | - |
| YUV | 204.04 | 71.54 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 224 | 104 | 0.09 | 0 | 0.54 | 0.12 | 70.5 | 0.66 | 0.64 |
| Hex | CB | E0 | 68 | 9 | 0 | 36 | C | 46 | 42 | 40 |
| Octal | 313 | 340 | 150 | 11 | 0 | 66 | 14 | 106 | 102 | 100 |
| Binary | 11001011 | 11100000 | 1101000 | 1001 | 0 | 110110 | 1100 | 1000110 | 1000010 | 1000000 |
Color Harmonies of #CBE068
Complementary color
Monochromatic Colors of #CBE068
Black with #CBE068
Text Example
Text Example
White with #CBE068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE068; }
p { color: rgb(203,224,104); }
H1.HeaderClassName
{
color: #CBE068;
}
.AnyTagClassName
{
color: #CBE068;
}
</style>
background-color css
<style>
a { background-color: #CBE068; }
a { background-color: rgb(203,224,104); }
div.DivClassName
{
background-color: #CBE068;
}
.BgClassName
{
background-color: #CBE068;
}
</style>
border-color css
<style>
span { border-color: #CBE068; }
span { border-color: rgb(203,224,104); }
td.TdClassName
{
border-color: #CBE068;
}
.TagClassName
{
border-color: #CBE068;
}
</style>