Shades of Mindaro #CBE76A
Tints of Mindaro #CBE76A
RGB
CMYK
RGB Variations
Color information
#CBE76A (or 0xCBE76A) is known color: Mindaro. HEX triplet: CB, E7 and 6A. RGB value is (203,231,106). Sum of RGB (Red+Green+Blue) = 203+231+106=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 231 (90.62% from 255 or 42.78% from 540); Blue value is 106 (41.80% from 255 or 19.63% from 540); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE76A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE76A is #341895. Grayscale: #D0D0D0. Windows color (decimal): -3414166 or 7006155. OLE color: 7006155.
HSL color Cylindrical-coordinate representation of color #CBE76A: hue angle of 73.44º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBE76A is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 106 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.09 |
| HSL | 73.44º | 0.72% | 0.66% | - |
| HSV(B) | 73.44º | 0.54% | 0.91% | - |
| XYZ | 55.81 | 70.89 | 24.38 | - |
| YUV | 208.38 | 70.22 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 106 | 0.12 | 0 | 0.54 | 0.09 | 73.44 | 0.72 | 0.66 |
| Hex | CB | E7 | 6A | C | 0 | 36 | 9 | 49 | 48 | 42 |
| Octal | 313 | 347 | 152 | 14 | 0 | 66 | 11 | 111 | 110 | 102 |
| Binary | 11001011 | 11100111 | 1101010 | 1100 | 0 | 110110 | 1001 | 1001001 | 1001000 | 1000010 |
Color Harmonies of #CBE76A
Complementary color
Monochromatic Colors of #CBE76A
Black with #CBE76A
Text Example
Text Example
White with #CBE76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE76A; }
p { color: rgb(203,231,106); }
H1.HeaderClassName
{
color: #CBE76A;
}
.AnyTagClassName
{
color: #CBE76A;
}
</style>
background-color css
<style>
a { background-color: #CBE76A; }
a { background-color: rgb(203,231,106); }
div.DivClassName
{
background-color: #CBE76A;
}
.BgClassName
{
background-color: #CBE76A;
}
</style>
border-color css
<style>
span { border-color: #CBE76A; }
span { border-color: rgb(203,231,106); }
td.TdClassName
{
border-color: #CBE76A;
}
.TagClassName
{
border-color: #CBE76A;
}
</style>