Shades of Mindaro #CBE76F
Tints of Mindaro #CBE76F
RGB
CMYK
RGB Variations
Color information
#CBE76F (or 0xCBE76F) is known color: Mindaro. HEX triplet: CB, E7 and 6F. RGB value is (203,231,111). Sum of RGB (Red+Green+Blue) = 203+231+111=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 231 (90.62% from 255 or 42.39% from 545); Blue value is 111 (43.75% from 255 or 20.37% from 545); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE76F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE76F is #341890. Grayscale: #D1D1D1. Windows color (decimal): -3414161 or 7333835. OLE color: 7333835.
HSL color Cylindrical-coordinate representation of color #CBE76F: hue angle of 74º degrees, saturation: 0.71, 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 #CBE76F is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 111 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.09 |
| HSL | 74º | 0.71% | 0.67% | - |
| HSV(B) | 74º | 0.52% | 0.91% | - |
| XYZ | 56.07 | 71 | 25.79 | - |
| YUV | 208.95 | 72.72 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 111 | 0.12 | 0 | 0.52 | 0.09 | 74 | 0.71 | 0.67 |
| Hex | CB | E7 | 6F | C | 0 | 34 | 9 | 4A | 47 | 43 |
| Octal | 313 | 347 | 157 | 14 | 0 | 64 | 11 | 112 | 107 | 103 |
| Binary | 11001011 | 11100111 | 1101111 | 1100 | 0 | 110100 | 1001 | 1001010 | 1000111 | 1000011 |
Color Harmonies of #CBE76F
Complementary color
Monochromatic Colors of #CBE76F
Black with #CBE76F
Text Example
Text Example
White with #CBE76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE76F; }
p { color: rgb(203,231,111); }
H1.HeaderClassName
{
color: #CBE76F;
}
.AnyTagClassName
{
color: #CBE76F;
}
</style>
background-color css
<style>
a { background-color: #CBE76F; }
a { background-color: rgb(203,231,111); }
div.DivClassName
{
background-color: #CBE76F;
}
.BgClassName
{
background-color: #CBE76F;
}
</style>
border-color css
<style>
span { border-color: #CBE76F; }
span { border-color: rgb(203,231,111); }
td.TdClassName
{
border-color: #CBE76F;
}
.TagClassName
{
border-color: #CBE76F;
}
</style>