Shades of Mindaro #CBE372
Tints of Mindaro #CBE372
RGB
CMYK
RGB Variations
Color information
#CBE372 (or 0xCBE372) is known color: Mindaro. HEX triplet: CB, E3 and 72. RGB value is (203,227,114). Sum of RGB (Red+Green+Blue) = 203+227+114=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 227 (89.06% from 255 or 41.73% from 544); Blue value is 114 (44.92% from 255 or 20.96% from 544); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE372 is #341C8D. Grayscale: #CFCFCF. Windows color (decimal): -3415182 or 7529419. OLE color: 7529419.
HSL color Cylindrical-coordinate representation of color #CBE372: hue angle of 72.74º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBE372 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 114 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.11 |
| HSL | 72.74º | 0.67% | 0.67% | - |
| HSV(B) | 72.74º | 0.5% | 0.89% | - |
| XYZ | 55.13 | 68.85 | 26.3 | - |
| YUV | 206.94 | 75.55 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 114 | 0.11 | 0 | 0.50 | 0.11 | 72.74 | 0.67 | 0.67 |
| Hex | CB | E3 | 72 | B | 0 | 32 | B | 49 | 43 | 43 |
| Octal | 313 | 343 | 162 | 13 | 0 | 62 | 13 | 111 | 103 | 103 |
| Binary | 11001011 | 11100011 | 1110010 | 1011 | 0 | 110010 | 1011 | 1001001 | 1000011 | 1000011 |
Color Harmonies of #CBE372
Complementary color
Monochromatic Colors of #CBE372
Black with #CBE372
Text Example
Text Example
White with #CBE372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE372; }
p { color: rgb(203,227,114); }
H1.HeaderClassName
{
color: #CBE372;
}
.AnyTagClassName
{
color: #CBE372;
}
</style>
background-color css
<style>
a { background-color: #CBE372; }
a { background-color: rgb(203,227,114); }
div.DivClassName
{
background-color: #CBE372;
}
.BgClassName
{
background-color: #CBE372;
}
</style>
border-color css
<style>
span { border-color: #CBE372; }
span { border-color: rgb(203,227,114); }
td.TdClassName
{
border-color: #CBE372;
}
.TagClassName
{
border-color: #CBE372;
}
</style>