Shades of Mindaro #CBE15D
Tints of Mindaro #CBE15D
RGB
CMYK
RGB Variations
Color information
#CBE15D (or 0xCBE15D) is known color: Mindaro. HEX triplet: CB, E1 and 5D. RGB value is (203,225,93). Sum of RGB (Red+Green+Blue) = 203+225+93=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE15D is #341EA2. Grayscale: #CBCBCB. Windows color (decimal): -3415715 or 6152651. OLE color: 6152651.
HSL color Cylindrical-coordinate representation of color #CBE15D: hue angle of 70º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CBE15D is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 93 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.12 |
| HSL | 70º | 0.69% | 0.62% | - |
| HSV(B) | 70º | 0.59% | 0.88% | - |
| XYZ | 53.53 | 67.34 | 20.53 | - |
| YUV | 203.37 | 65.71 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 93 | 0.10 | 0 | 0.59 | 0.12 | 70 | 0.69 | 0.62 |
| Hex | CB | E1 | 5D | A | 0 | 3B | C | 46 | 45 | 3E |
| Octal | 313 | 341 | 135 | 12 | 0 | 73 | 14 | 106 | 105 | 76 |
| Binary | 11001011 | 11100001 | 1011101 | 1010 | 0 | 111011 | 1100 | 1000110 | 1000101 | 111110 |
Color Harmonies of #CBE15D
Complementary color
Monochromatic Colors of #CBE15D
Black with #CBE15D
Text Example
Text Example
White with #CBE15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE15D; }
p { color: rgb(203,225,93); }
H1.HeaderClassName
{
color: #CBE15D;
}
.AnyTagClassName
{
color: #CBE15D;
}
</style>
background-color css
<style>
a { background-color: #CBE15D; }
a { background-color: rgb(203,225,93); }
div.DivClassName
{
background-color: #CBE15D;
}
.BgClassName
{
background-color: #CBE15D;
}
</style>
border-color css
<style>
span { border-color: #CBE15D; }
span { border-color: rgb(203,225,93); }
td.TdClassName
{
border-color: #CBE15D;
}
.TagClassName
{
border-color: #CBE15D;
}
</style>