Shades of Mindaro #CEE466
Tints of Mindaro #CEE466
RGB
CMYK
RGB Variations
Color information
#CEE466 (or 0xCEE466) is known color: Mindaro. HEX triplet: CE, E4 and 66. RGB value is (206,228,102). Sum of RGB (Red+Green+Blue) = 206+228+102=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 228 (89.45% from 255 or 42.54% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE466 is #311B99. Grayscale: #CFCFCF. Windows color (decimal): -3218330 or 6743246. OLE color: 6743246.
HSL color Cylindrical-coordinate representation of color #CEE466: hue angle of 70.48º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEE466 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 228 | 102 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.11 |
| HSL | 70.48º | 0.7% | 0.65% | - |
| HSV(B) | 70.48º | 0.55% | 0.89% | - |
| XYZ | 55.6 | 69.57 | 23.07 | - |
| YUV | 207.06 | 68.71 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 228 | 102 | 0.10 | 0 | 0.55 | 0.11 | 70.48 | 0.7 | 0.65 |
| Hex | CE | E4 | 66 | A | 0 | 37 | B | 46 | 46 | 41 |
| Octal | 316 | 344 | 146 | 12 | 0 | 67 | 13 | 106 | 106 | 101 |
| Binary | 11001110 | 11100100 | 1100110 | 1010 | 0 | 110111 | 1011 | 1000110 | 1000110 | 1000001 |
Color Harmonies of #CEE466
Complementary color
Monochromatic Colors of #CEE466
Black with #CEE466
Text Example
Text Example
White with #CEE466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE466; }
p { color: rgb(206,228,102); }
H1.HeaderClassName
{
color: #CEE466;
}
.AnyTagClassName
{
color: #CEE466;
}
</style>
background-color css
<style>
a { background-color: #CEE466; }
a { background-color: rgb(206,228,102); }
div.DivClassName
{
background-color: #CEE466;
}
.BgClassName
{
background-color: #CEE466;
}
</style>
border-color css
<style>
span { border-color: #CEE466; }
span { border-color: rgb(206,228,102); }
td.TdClassName
{
border-color: #CEE466;
}
.TagClassName
{
border-color: #CEE466;
}
</style>