Shades of Mindaro #CBE86F
Tints of Mindaro #CBE86F
RGB
CMYK
RGB Variations
Color information
#CBE86F (or 0xCBE86F) is known color: Mindaro. HEX triplet: CB, E8 and 6F. RGB value is (203,232,111). Sum of RGB (Red+Green+Blue) = 203+232+111=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 232 (91.02% from 255 or 42.49% from 546); Blue value is 111 (43.75% from 255 or 20.33% from 546); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE86F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE86F is #341790. Grayscale: #D1D1D1. Windows color (decimal): -3413905 or 7334091. OLE color: 7334091.
HSL color Cylindrical-coordinate representation of color #CBE86F: hue angle of 74.38º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBE86F is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 232 | 111 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.09 |
| HSL | 74.38º | 0.72% | 0.67% | - |
| HSV(B) | 74.38º | 0.52% | 0.91% | - |
| XYZ | 56.35 | 71.56 | 25.88 | - |
| YUV | 209.54 | 72.39 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 232 | 111 | 0.12 | 0 | 0.52 | 0.09 | 74.38 | 0.72 | 0.67 |
| Hex | CB | E8 | 6F | C | 0 | 34 | 9 | 4A | 48 | 43 |
| Octal | 313 | 350 | 157 | 14 | 0 | 64 | 11 | 112 | 110 | 103 |
| Binary | 11001011 | 11101000 | 1101111 | 1100 | 0 | 110100 | 1001 | 1001010 | 1001000 | 1000011 |
Color Harmonies of #CBE86F
Complementary color
Monochromatic Colors of #CBE86F
Black with #CBE86F
Text Example
Text Example
White with #CBE86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE86F; }
p { color: rgb(203,232,111); }
H1.HeaderClassName
{
color: #CBE86F;
}
.AnyTagClassName
{
color: #CBE86F;
}
</style>
background-color css
<style>
a { background-color: #CBE86F; }
a { background-color: rgb(203,232,111); }
div.DivClassName
{
background-color: #CBE86F;
}
.BgClassName
{
background-color: #CBE86F;
}
</style>
border-color css
<style>
span { border-color: #CBE86F; }
span { border-color: rgb(203,232,111); }
td.TdClassName
{
border-color: #CBE86F;
}
.TagClassName
{
border-color: #CBE86F;
}
</style>