Shades of Mindaro #CBE76E
Tints of Mindaro #CBE76E
RGB
CMYK
RGB Variations
Color information
#CBE76E (or 0xCBE76E) is known color: Mindaro. HEX triplet: CB, E7 and 6E. RGB value is (203,231,110). Sum of RGB (Red+Green+Blue) = 203+231+110=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 231 (90.62% from 255 or 42.46% from 544); Blue value is 110 (43.36% from 255 or 20.22% from 544); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE76E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE76E is #341891. Grayscale: #D1D1D1. Windows color (decimal): -3414162 or 7268299. OLE color: 7268299.
HSL color Cylindrical-coordinate representation of color #CBE76E: hue angle of 73.88º 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 #CBE76E is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 110 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.09 |
| HSL | 73.88º | 0.72% | 0.67% | - |
| HSV(B) | 73.88º | 0.52% | 0.91% | - |
| XYZ | 56.02 | 70.97 | 25.5 | - |
| YUV | 208.83 | 72.22 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 110 | 0.12 | 0 | 0.52 | 0.09 | 73.88 | 0.72 | 0.67 |
| Hex | CB | E7 | 6E | C | 0 | 34 | 9 | 4A | 48 | 43 |
| Octal | 313 | 347 | 156 | 14 | 0 | 64 | 11 | 112 | 110 | 103 |
| Binary | 11001011 | 11100111 | 1101110 | 1100 | 0 | 110100 | 1001 | 1001010 | 1001000 | 1000011 |
Color Harmonies of #CBE76E
Complementary color
Monochromatic Colors of #CBE76E
Black with #CBE76E
Text Example
Text Example
White with #CBE76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE76E; }
p { color: rgb(203,231,110); }
H1.HeaderClassName
{
color: #CBE76E;
}
.AnyTagClassName
{
color: #CBE76E;
}
</style>
background-color css
<style>
a { background-color: #CBE76E; }
a { background-color: rgb(203,231,110); }
div.DivClassName
{
background-color: #CBE76E;
}
.BgClassName
{
background-color: #CBE76E;
}
</style>
border-color css
<style>
span { border-color: #CBE76E; }
span { border-color: rgb(203,231,110); }
td.TdClassName
{
border-color: #CBE76E;
}
.TagClassName
{
border-color: #CBE76E;
}
</style>