Shades of Mindaro #CBE95A
Tints of Mindaro #CBE95A
RGB
CMYK
RGB Variations
Color information
#CBE95A (or 0xCBE95A) is known color: Mindaro. HEX triplet: CB, E9 and 5A. RGB value is (203,233,90). Sum of RGB (Red+Green+Blue) = 203+233+90=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 233 (91.41% from 255 or 44.30% from 526); Blue value is 90 (35.55% from 255 or 17.11% from 526); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE95A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE95A is #3416A5. Grayscale: #D0D0D0. Windows color (decimal): -3413670 or 5958091. OLE color: 5958091.
HSL color Cylindrical-coordinate representation of color #CBE95A: hue angle of 72.59º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBE95A is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 90 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.09 |
| HSL | 72.59º | 0.76% | 0.63% | - |
| HSV(B) | 72.59º | 0.61% | 0.91% | - |
| XYZ | 55.61 | 71.71 | 20.58 | - |
| YUV | 207.73 | 61.56 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 90 | 0.13 | 0 | 0.61 | 0.09 | 72.59 | 0.76 | 0.63 |
| Hex | CB | E9 | 5A | D | 0 | 3D | 9 | 49 | 4C | 3F |
| Octal | 313 | 351 | 132 | 15 | 0 | 75 | 11 | 111 | 114 | 77 |
| Binary | 11001011 | 11101001 | 1011010 | 1101 | 0 | 111101 | 1001 | 1001001 | 1001100 | 111111 |
Color Harmonies of #CBE95A
Complementary color
Monochromatic Colors of #CBE95A
Black with #CBE95A
Text Example
Text Example
White with #CBE95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE95A; }
p { color: rgb(203,233,90); }
H1.HeaderClassName
{
color: #CBE95A;
}
.AnyTagClassName
{
color: #CBE95A;
}
</style>
background-color css
<style>
a { background-color: #CBE95A; }
a { background-color: rgb(203,233,90); }
div.DivClassName
{
background-color: #CBE95A;
}
.BgClassName
{
background-color: #CBE95A;
}
</style>
border-color css
<style>
span { border-color: #CBE95A; }
span { border-color: rgb(203,233,90); }
td.TdClassName
{
border-color: #CBE95A;
}
.TagClassName
{
border-color: #CBE95A;
}
</style>