Shades of Mindaro #CBE55E
Tints of Mindaro #CBE55E
RGB
CMYK
RGB Variations
Color information
#CBE55E (or 0xCBE55E) is known color: Mindaro. HEX triplet: CB, E5 and 5E. RGB value is (203,229,94). Sum of RGB (Red+Green+Blue) = 203+229+94=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 229 (89.84% from 255 or 43.54% from 526); Blue value is 94 (37.11% from 255 or 17.87% from 526); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE55E is #341AA1. Grayscale: #CECECE. Windows color (decimal): -3414690 or 6219211. OLE color: 6219211.
HSL color Cylindrical-coordinate representation of color #CBE55E: hue angle of 71.56º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CBE55E is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 94 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.10 |
| HSL | 71.56º | 0.72% | 0.63% | - |
| HSV(B) | 71.56º | 0.59% | 0.9% | - |
| XYZ | 54.67 | 69.54 | 21.13 | - |
| YUV | 205.84 | 64.89 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 94 | 0.11 | 0 | 0.59 | 0.10 | 71.56 | 0.72 | 0.63 |
| Hex | CB | E5 | 5E | B | 0 | 3B | A | 48 | 48 | 3F |
| Octal | 313 | 345 | 136 | 13 | 0 | 73 | 12 | 110 | 110 | 77 |
| Binary | 11001011 | 11100101 | 1011110 | 1011 | 0 | 111011 | 1010 | 1001000 | 1001000 | 111111 |
Color Harmonies of #CBE55E
Complementary color
Monochromatic Colors of #CBE55E
Black with #CBE55E
Text Example
Text Example
White with #CBE55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE55E; }
p { color: rgb(203,229,94); }
H1.HeaderClassName
{
color: #CBE55E;
}
.AnyTagClassName
{
color: #CBE55E;
}
</style>
background-color css
<style>
a { background-color: #CBE55E; }
a { background-color: rgb(203,229,94); }
div.DivClassName
{
background-color: #CBE55E;
}
.BgClassName
{
background-color: #CBE55E;
}
</style>
border-color css
<style>
span { border-color: #CBE55E; }
span { border-color: rgb(203,229,94); }
td.TdClassName
{
border-color: #CBE55E;
}
.TagClassName
{
border-color: #CBE55E;
}
</style>