Shades of Mindaro #CBEB5B
Tints of Mindaro #CBEB5B
RGB
CMYK
RGB Variations
Color information
#CBEB5B (or 0xCBEB5B) is known color: Mindaro. HEX triplet: CB, EB and 5B. RGB value is (203,235,91). Sum of RGB (Red+Green+Blue) = 203+235+91=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 91 (35.94% from 255 or 17.20% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEB5B is #3414A4. Grayscale: #D1D1D1. Windows color (decimal): -3413157 or 6024139. OLE color: 6024139.
HSL color Cylindrical-coordinate representation of color #CBEB5B: hue angle of 73.33º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBEB5B is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 235 | 91 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.08 |
| HSL | 73.33º | 0.78% | 0.64% | - |
| HSV(B) | 73.33º | 0.61% | 0.92% | - |
| XYZ | 56.23 | 72.87 | 21 | - |
| YUV | 209.02 | 61.4 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 91 | 0.14 | 0 | 0.61 | 0.08 | 73.33 | 0.78 | 0.64 |
| Hex | CB | EB | 5B | E | 0 | 3D | 8 | 49 | 4E | 40 |
| Octal | 313 | 353 | 133 | 16 | 0 | 75 | 10 | 111 | 116 | 100 |
| Binary | 11001011 | 11101011 | 1011011 | 1110 | 0 | 111101 | 1000 | 1001001 | 1001110 | 1000000 |
Color Harmonies of #CBEB5B
Complementary color
Monochromatic Colors of #CBEB5B
Black with #CBEB5B
Text Example
Text Example
White with #CBEB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEB5B; }
p { color: rgb(203,235,91); }
H1.HeaderClassName
{
color: #CBEB5B;
}
.AnyTagClassName
{
color: #CBEB5B;
}
</style>
background-color css
<style>
a { background-color: #CBEB5B; }
a { background-color: rgb(203,235,91); }
div.DivClassName
{
background-color: #CBEB5B;
}
.BgClassName
{
background-color: #CBEB5B;
}
</style>
border-color css
<style>
span { border-color: #CBEB5B; }
span { border-color: rgb(203,235,91); }
td.TdClassName
{
border-color: #CBEB5B;
}
.TagClassName
{
border-color: #CBEB5B;
}
</style>