Shades of Mindaro #CBE25A
Tints of Mindaro #CBE25A
RGB
CMYK
RGB Variations
Color information
#CBE25A (or 0xCBE25A) is known color: Mindaro. HEX triplet: CB, E2 and 5A. RGB value is (203,226,90). Sum of RGB (Red+Green+Blue) = 203+226+90=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 226 (88.67% from 255 or 43.55% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE25A is #341DA5. Grayscale: #CCCCCC. Windows color (decimal): -3415462 or 5956299. OLE color: 5956299.
HSL color Cylindrical-coordinate representation of color #CBE25A: hue angle of 70.15º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBE25A is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 226 | 90 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.11 |
| HSL | 70.15º | 0.7% | 0.62% | - |
| HSV(B) | 70.15º | 0.6% | 0.89% | - |
| XYZ | 53.67 | 67.83 | 19.94 | - |
| YUV | 203.62 | 63.88 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 226 | 90 | 0.10 | 0 | 0.60 | 0.11 | 70.15 | 0.7 | 0.62 |
| Hex | CB | E2 | 5A | A | 0 | 3C | B | 46 | 46 | 3E |
| Octal | 313 | 342 | 132 | 12 | 0 | 74 | 13 | 106 | 106 | 76 |
| Binary | 11001011 | 11100010 | 1011010 | 1010 | 0 | 111100 | 1011 | 1000110 | 1000110 | 111110 |
Color Harmonies of #CBE25A
Complementary color
Monochromatic Colors of #CBE25A
Black with #CBE25A
Text Example
Text Example
White with #CBE25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE25A; }
p { color: rgb(203,226,90); }
H1.HeaderClassName
{
color: #CBE25A;
}
.AnyTagClassName
{
color: #CBE25A;
}
</style>
background-color css
<style>
a { background-color: #CBE25A; }
a { background-color: rgb(203,226,90); }
div.DivClassName
{
background-color: #CBE25A;
}
.BgClassName
{
background-color: #CBE25A;
}
</style>
border-color css
<style>
span { border-color: #CBE25A; }
span { border-color: rgb(203,226,90); }
td.TdClassName
{
border-color: #CBE25A;
}
.TagClassName
{
border-color: #CBE25A;
}
</style>