Shades of Mindaro #CBE664
Tints of Mindaro #CBE664
RGB
CMYK
RGB Variations
Color information
#CBE664 (or 0xCBE664) is known color: Mindaro. HEX triplet: CB, E6 and 64. RGB value is (203,230,100). Sum of RGB (Red+Green+Blue) = 203+230+100=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 230 (90.23% from 255 or 43.15% from 533); Blue value is 100 (39.45% from 255 or 18.76% from 533); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE664 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE664 is #34199B. Grayscale: #CFCFCF. Windows color (decimal): -3414428 or 6612683. OLE color: 6612683.
HSL color Cylindrical-coordinate representation of color #CBE664: hue angle of 72.46º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBE664 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 100 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.10 |
| HSL | 72.46º | 0.72% | 0.65% | - |
| HSV(B) | 72.46º | 0.57% | 0.9% | - |
| XYZ | 55.23 | 70.21 | 22.7 | - |
| YUV | 207.11 | 67.55 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 100 | 0.12 | 0 | 0.57 | 0.10 | 72.46 | 0.72 | 0.65 |
| Hex | CB | E6 | 64 | C | 0 | 39 | A | 48 | 48 | 41 |
| Octal | 313 | 346 | 144 | 14 | 0 | 71 | 12 | 110 | 110 | 101 |
| Binary | 11001011 | 11100110 | 1100100 | 1100 | 0 | 111001 | 1010 | 1001000 | 1001000 | 1000001 |
Color Harmonies of #CBE664
Complementary color
Monochromatic Colors of #CBE664
Black with #CBE664
Text Example
Text Example
White with #CBE664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE664; }
p { color: rgb(203,230,100); }
H1.HeaderClassName
{
color: #CBE664;
}
.AnyTagClassName
{
color: #CBE664;
}
</style>
background-color css
<style>
a { background-color: #CBE664; }
a { background-color: rgb(203,230,100); }
div.DivClassName
{
background-color: #CBE664;
}
.BgClassName
{
background-color: #CBE664;
}
</style>
border-color css
<style>
span { border-color: #CBE664; }
span { border-color: rgb(203,230,100); }
td.TdClassName
{
border-color: #CBE664;
}
.TagClassName
{
border-color: #CBE664;
}
</style>