Shades of Mindaro #CBE15C
Tints of Mindaro #CBE15C
RGB
CMYK
RGB Variations
Color information
#CBE15C (or 0xCBE15C) is known color: Mindaro. HEX triplet: CB, E1 and 5C. RGB value is (203,225,92). Sum of RGB (Red+Green+Blue) = 203+225+92=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 92 (36.33% from 255 or 17.69% from 520); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE15C is #341EA3. Grayscale: #CBCBCB. Windows color (decimal): -3415716 or 6087115. OLE color: 6087115.
HSL color Cylindrical-coordinate representation of color #CBE15C: hue angle of 69.92º 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 #CBE15C is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 92 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.12 |
| HSL | 69.92º | 0.69% | 0.62% | - |
| HSV(B) | 69.92º | 0.59% | 0.88% | - |
| XYZ | 53.49 | 67.32 | 20.3 | - |
| YUV | 203.26 | 65.21 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 92 | 0.10 | 0 | 0.59 | 0.12 | 69.92 | 0.69 | 0.62 |
| Hex | CB | E1 | 5C | A | 0 | 3B | C | 46 | 45 | 3E |
| Octal | 313 | 341 | 134 | 12 | 0 | 73 | 14 | 106 | 105 | 76 |
| Binary | 11001011 | 11100001 | 1011100 | 1010 | 0 | 111011 | 1100 | 1000110 | 1000101 | 111110 |
Color Harmonies of #CBE15C
Complementary color
Monochromatic Colors of #CBE15C
Black with #CBE15C
Text Example
Text Example
White with #CBE15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE15C; }
p { color: rgb(203,225,92); }
H1.HeaderClassName
{
color: #CBE15C;
}
.AnyTagClassName
{
color: #CBE15C;
}
</style>
background-color css
<style>
a { background-color: #CBE15C; }
a { background-color: rgb(203,225,92); }
div.DivClassName
{
background-color: #CBE15C;
}
.BgClassName
{
background-color: #CBE15C;
}
</style>
border-color css
<style>
span { border-color: #CBE15C; }
span { border-color: rgb(203,225,92); }
td.TdClassName
{
border-color: #CBE15C;
}
.TagClassName
{
border-color: #CBE15C;
}
</style>