Shades of Mindaro #CBEB55
Tints of Mindaro #CBEB55
RGB
CMYK
RGB Variations
Color information
#CBEB55 (or 0xCBEB55) is known color: Mindaro. HEX triplet: CB, EB and 55. RGB value is (203,235,85). Sum of RGB (Red+Green+Blue) = 203+235+85=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 235 (92.19% from 255 or 44.93% from 523); Blue value is 85 (33.59% from 255 or 16.25% from 523); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEB55 is #3414AA. Grayscale: #D0D0D0. Windows color (decimal): -3413163 or 5630923. OLE color: 5630923.
HSL color Cylindrical-coordinate representation of color #CBEB55: hue angle of 72.8º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBEB55 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 235 | 85 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.08 |
| HSL | 72.8º | 0.79% | 0.63% | - |
| HSV(B) | 72.8º | 0.64% | 0.92% | - |
| XYZ | 55.98 | 72.77 | 19.69 | - |
| YUV | 208.33 | 58.4 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 85 | 0.14 | 0 | 0.64 | 0.08 | 72.8 | 0.79 | 0.63 |
| Hex | CB | EB | 55 | E | 0 | 40 | 8 | 49 | 4F | 3F |
| Octal | 313 | 353 | 125 | 16 | 0 | 100 | 10 | 111 | 117 | 77 |
| Binary | 11001011 | 11101011 | 1010101 | 1110 | 0 | 1000000 | 1000 | 1001001 | 1001111 | 111111 |
Color Harmonies of #CBEB55
Complementary color
Monochromatic Colors of #CBEB55
Black with #CBEB55
Text Example
Text Example
White with #CBEB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEB55; }
p { color: rgb(203,235,85); }
H1.HeaderClassName
{
color: #CBEB55;
}
.AnyTagClassName
{
color: #CBEB55;
}
</style>
background-color css
<style>
a { background-color: #CBEB55; }
a { background-color: rgb(203,235,85); }
div.DivClassName
{
background-color: #CBEB55;
}
.BgClassName
{
background-color: #CBEB55;
}
</style>
border-color css
<style>
span { border-color: #CBEB55; }
span { border-color: rgb(203,235,85); }
td.TdClassName
{
border-color: #CBEB55;
}
.TagClassName
{
border-color: #CBEB55;
}
</style>