Shades of Mindaro #CBE96F
Tints of Mindaro #CBE96F
RGB
CMYK
RGB Variations
Color information
#CBE96F (or 0xCBE96F) is known color: Mindaro. HEX triplet: CB, E9 and 6F. RGB value is (203,233,111). Sum of RGB (Red+Green+Blue) = 203+233+111=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 233 (91.41% from 255 or 42.60% from 547); Blue value is 111 (43.75% from 255 or 20.29% from 547); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE96F is #341690. Grayscale: #D2D2D2. Windows color (decimal): -3413649 or 7334347. OLE color: 7334347.
HSL color Cylindrical-coordinate representation of color #CBE96F: hue angle of 74.75º degrees, saturation: 0.73, 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 #CBE96F is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 111 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.09 |
| HSL | 74.75º | 0.73% | 0.67% | - |
| HSV(B) | 74.75º | 0.52% | 0.91% | - |
| XYZ | 56.64 | 72.12 | 25.97 | - |
| YUV | 210.12 | 72.06 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 111 | 0.13 | 0 | 0.52 | 0.09 | 74.75 | 0.73 | 0.67 |
| Hex | CB | E9 | 6F | D | 0 | 34 | 9 | 4B | 49 | 43 |
| Octal | 313 | 351 | 157 | 15 | 0 | 64 | 11 | 113 | 111 | 103 |
| Binary | 11001011 | 11101001 | 1101111 | 1101 | 0 | 110100 | 1001 | 1001011 | 1001001 | 1000011 |
Color Harmonies of #CBE96F
Complementary color
Monochromatic Colors of #CBE96F
Black with #CBE96F
Text Example
Text Example
White with #CBE96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE96F; }
p { color: rgb(203,233,111); }
H1.HeaderClassName
{
color: #CBE96F;
}
.AnyTagClassName
{
color: #CBE96F;
}
</style>
background-color css
<style>
a { background-color: #CBE96F; }
a { background-color: rgb(203,233,111); }
div.DivClassName
{
background-color: #CBE96F;
}
.BgClassName
{
background-color: #CBE96F;
}
</style>
border-color css
<style>
span { border-color: #CBE96F; }
span { border-color: rgb(203,233,111); }
td.TdClassName
{
border-color: #CBE96F;
}
.TagClassName
{
border-color: #CBE96F;
}
</style>