Shades of Mindaro #CBE460
Tints of Mindaro #CBE460
RGB
CMYK
RGB Variations
Color information
#CBE460 (or 0xCBE460) is known color: Mindaro. HEX triplet: CB, E4 and 60. RGB value is (203,228,96). Sum of RGB (Red+Green+Blue) = 203+228+96=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 228 (89.45% from 255 or 43.26% from 527); Blue value is 96 (37.89% from 255 or 18.22% from 527); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE460 is #341B9F. Grayscale: #CDCDCD. Windows color (decimal): -3414944 or 6350027. OLE color: 6350027.
HSL color Cylindrical-coordinate representation of color #CBE460: hue angle of 71.36º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBE460 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 96 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.11 |
| HSL | 71.36º | 0.71% | 0.64% | - |
| HSV(B) | 71.36º | 0.58% | 0.89% | - |
| XYZ | 54.48 | 69.03 | 21.52 | - |
| YUV | 205.48 | 66.22 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 96 | 0.11 | 0 | 0.58 | 0.11 | 71.36 | 0.71 | 0.64 |
| Hex | CB | E4 | 60 | B | 0 | 3A | B | 47 | 47 | 40 |
| Octal | 313 | 344 | 140 | 13 | 0 | 72 | 13 | 107 | 107 | 100 |
| Binary | 11001011 | 11100100 | 1100000 | 1011 | 0 | 111010 | 1011 | 1000111 | 1000111 | 1000000 |
Color Harmonies of #CBE460
Complementary color
Monochromatic Colors of #CBE460
Black with #CBE460
Text Example
Text Example
White with #CBE460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE460; }
p { color: rgb(203,228,96); }
H1.HeaderClassName
{
color: #CBE460;
}
.AnyTagClassName
{
color: #CBE460;
}
</style>
background-color css
<style>
a { background-color: #CBE460; }
a { background-color: rgb(203,228,96); }
div.DivClassName
{
background-color: #CBE460;
}
.BgClassName
{
background-color: #CBE460;
}
</style>
border-color css
<style>
span { border-color: #CBE460; }
span { border-color: rgb(203,228,96); }
td.TdClassName
{
border-color: #CBE460;
}
.TagClassName
{
border-color: #CBE460;
}
</style>