Shades of Mindaro #CEE460
Tints of Mindaro #CEE460
RGB
CMYK
RGB Variations
Color information
#CEE460 (or 0xCEE460) is known color: Mindaro. HEX triplet: CE, E4 and 60. RGB value is (206,228,96). Sum of RGB (Red+Green+Blue) = 206+228+96=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 228 (89.45% from 255 or 43.02% from 530); Blue value is 96 (37.89% from 255 or 18.11% from 530); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE460 is #311B9F. Grayscale: #CECECE. Windows color (decimal): -3218336 or 6350030. OLE color: 6350030.
HSL color Cylindrical-coordinate representation of color #CEE460: hue angle of 70º 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 #CEE460 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 228 | 96 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.11 |
| HSL | 70º | 0.71% | 0.64% | - |
| HSV(B) | 70º | 0.58% | 0.89% | - |
| XYZ | 55.31 | 69.45 | 21.56 | - |
| YUV | 206.37 | 65.71 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 228 | 96 | 0.10 | 0 | 0.58 | 0.11 | 70 | 0.71 | 0.64 |
| Hex | CE | E4 | 60 | A | 0 | 3A | B | 46 | 47 | 40 |
| Octal | 316 | 344 | 140 | 12 | 0 | 72 | 13 | 106 | 107 | 100 |
| Binary | 11001110 | 11100100 | 1100000 | 1010 | 0 | 111010 | 1011 | 1000110 | 1000111 | 1000000 |
Color Harmonies of #CEE460
Complementary color
Monochromatic Colors of #CEE460
Black with #CEE460
Text Example
Text Example
White with #CEE460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE460; }
p { color: rgb(206,228,96); }
H1.HeaderClassName
{
color: #CEE460;
}
.AnyTagClassName
{
color: #CEE460;
}
</style>
background-color css
<style>
a { background-color: #CEE460; }
a { background-color: rgb(206,228,96); }
div.DivClassName
{
background-color: #CEE460;
}
.BgClassName
{
background-color: #CEE460;
}
</style>
border-color css
<style>
span { border-color: #CEE460; }
span { border-color: rgb(206,228,96); }
td.TdClassName
{
border-color: #CEE460;
}
.TagClassName
{
border-color: #CEE460;
}
</style>