Shades of Mindaro #CBE36C
Tints of Mindaro #CBE36C
RGB
CMYK
RGB Variations
Color information
#CBE36C (or 0xCBE36C) is known color: Mindaro. HEX triplet: CB, E3 and 6C. RGB value is (203,227,108). Sum of RGB (Red+Green+Blue) = 203+227+108=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 227 (89.06% from 255 or 42.19% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE36C is #341C93. Grayscale: #CECECE. Windows color (decimal): -3415188 or 7136203. OLE color: 7136203.
HSL color Cylindrical-coordinate representation of color #CBE36C: hue angle of 72.1º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBE36C is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 108 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.11 |
| HSL | 72.1º | 0.68% | 0.66% | - |
| HSV(B) | 72.1º | 0.52% | 0.89% | - |
| XYZ | 54.8 | 68.72 | 24.56 | - |
| YUV | 206.26 | 72.55 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 108 | 0.11 | 0 | 0.52 | 0.11 | 72.1 | 0.68 | 0.66 |
| Hex | CB | E3 | 6C | B | 0 | 34 | B | 48 | 44 | 42 |
| Octal | 313 | 343 | 154 | 13 | 0 | 64 | 13 | 110 | 104 | 102 |
| Binary | 11001011 | 11100011 | 1101100 | 1011 | 0 | 110100 | 1011 | 1001000 | 1000100 | 1000010 |
Color Harmonies of #CBE36C
Complementary color
Monochromatic Colors of #CBE36C
Black with #CBE36C
Text Example
Text Example
White with #CBE36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE36C; }
p { color: rgb(203,227,108); }
H1.HeaderClassName
{
color: #CBE36C;
}
.AnyTagClassName
{
color: #CBE36C;
}
</style>
background-color css
<style>
a { background-color: #CBE36C; }
a { background-color: rgb(203,227,108); }
div.DivClassName
{
background-color: #CBE36C;
}
.BgClassName
{
background-color: #CBE36C;
}
</style>
border-color css
<style>
span { border-color: #CBE36C; }
span { border-color: rgb(203,227,108); }
td.TdClassName
{
border-color: #CBE36C;
}
.TagClassName
{
border-color: #CBE36C;
}
</style>