Shades of Mindaro #CBE657
Tints of Mindaro #CBE657
RGB
CMYK
RGB Variations
Color information
#CBE657 (or 0xCBE657) is known color: Mindaro. HEX triplet: CB, E6 and 57. RGB value is (203,230,87). Sum of RGB (Red+Green+Blue) = 203+230+87=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 230 (90.23% from 255 or 44.23% from 520); Blue value is 87 (34.38% from 255 or 16.73% from 520); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE657 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE657 is #3419A8. Grayscale: #CECECE. Windows color (decimal): -3414441 or 5760715. OLE color: 5760715.
HSL color Cylindrical-coordinate representation of color #CBE657: hue angle of 71.33º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CBE657 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 87 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.10 |
| HSL | 71.33º | 0.74% | 0.62% | - |
| HSV(B) | 71.33º | 0.62% | 0.9% | - |
| XYZ | 54.65 | 69.98 | 19.64 | - |
| YUV | 205.63 | 61.05 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 87 | 0.12 | 0 | 0.62 | 0.10 | 71.33 | 0.74 | 0.62 |
| Hex | CB | E6 | 57 | C | 0 | 3E | A | 47 | 4A | 3E |
| Octal | 313 | 346 | 127 | 14 | 0 | 76 | 12 | 107 | 112 | 76 |
| Binary | 11001011 | 11100110 | 1010111 | 1100 | 0 | 111110 | 1010 | 1000111 | 1001010 | 111110 |
Color Harmonies of #CBE657
Complementary color
Monochromatic Colors of #CBE657
Black with #CBE657
Text Example
Text Example
White with #CBE657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE657; }
p { color: rgb(203,230,87); }
H1.HeaderClassName
{
color: #CBE657;
}
.AnyTagClassName
{
color: #CBE657;
}
</style>
background-color css
<style>
a { background-color: #CBE657; }
a { background-color: rgb(203,230,87); }
div.DivClassName
{
background-color: #CBE657;
}
.BgClassName
{
background-color: #CBE657;
}
</style>
border-color css
<style>
span { border-color: #CBE657; }
span { border-color: rgb(203,230,87); }
td.TdClassName
{
border-color: #CBE657;
}
.TagClassName
{
border-color: #CBE657;
}
</style>