Shades of Mindaro #CBE670
Tints of Mindaro #CBE670
RGB
CMYK
RGB Variations
Color information
#CBE670 (or 0xCBE670) is known color: Mindaro. HEX triplet: CB, E6 and 70. RGB value is (203,230,112). Sum of RGB (Red+Green+Blue) = 203+230+112=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 112 (44.14% from 255 or 20.55% from 545); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE670 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE670 is #34198F. Grayscale: #D0D0D0. Windows color (decimal): -3414416 or 7399115. OLE color: 7399115.
HSL color Cylindrical-coordinate representation of color #CBE670: hue angle of 73.73º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBE670 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 112 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.10 |
| HSL | 73.73º | 0.7% | 0.67% | - |
| HSV(B) | 73.73º | 0.51% | 0.9% | - |
| XYZ | 55.85 | 70.46 | 25.99 | - |
| YUV | 208.48 | 73.55 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 112 | 0.12 | 0 | 0.51 | 0.10 | 73.73 | 0.7 | 0.67 |
| Hex | CB | E6 | 70 | C | 0 | 33 | A | 4A | 46 | 43 |
| Octal | 313 | 346 | 160 | 14 | 0 | 63 | 12 | 112 | 106 | 103 |
| Binary | 11001011 | 11100110 | 1110000 | 1100 | 0 | 110011 | 1010 | 1001010 | 1000110 | 1000011 |
Color Harmonies of #CBE670
Complementary color
Monochromatic Colors of #CBE670
Black with #CBE670
Text Example
Text Example
White with #CBE670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE670; }
p { color: rgb(203,230,112); }
H1.HeaderClassName
{
color: #CBE670;
}
.AnyTagClassName
{
color: #CBE670;
}
</style>
background-color css
<style>
a { background-color: #CBE670; }
a { background-color: rgb(203,230,112); }
div.DivClassName
{
background-color: #CBE670;
}
.BgClassName
{
background-color: #CBE670;
}
</style>
border-color css
<style>
span { border-color: #CBE670; }
span { border-color: rgb(203,230,112); }
td.TdClassName
{
border-color: #CBE670;
}
.TagClassName
{
border-color: #CBE670;
}
</style>