Shades of Mindaro #CEE963
Tints of Mindaro #CEE963
RGB
CMYK
RGB Variations
Color information
#CEE963 (or 0xCEE963) is known color: Mindaro. HEX triplet: CE, E9 and 63. RGB value is (206,233,99). Sum of RGB (Red+Green+Blue) = 206+233+99=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 233 (91.41% from 255 or 43.31% from 538); Blue value is 99 (39.06% from 255 or 18.40% from 538); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE963 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE963 is #31169C. Grayscale: #D2D2D2. Windows color (decimal): -3217053 or 6547918. OLE color: 6547918.
HSL color Cylindrical-coordinate representation of color #CEE963: hue angle of 72.09º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CEE963 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 233 | 99 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.09 |
| HSL | 72.09º | 0.75% | 0.65% | - |
| HSV(B) | 72.09º | 0.58% | 0.91% | - |
| XYZ | 56.84 | 72.3 | 22.76 | - |
| YUV | 209.65 | 65.55 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 99 | 0.12 | 0 | 0.58 | 0.09 | 72.09 | 0.75 | 0.65 |
| Hex | CE | E9 | 63 | C | 0 | 3A | 9 | 48 | 4B | 41 |
| Octal | 316 | 351 | 143 | 14 | 0 | 72 | 11 | 110 | 113 | 101 |
| Binary | 11001110 | 11101001 | 1100011 | 1100 | 0 | 111010 | 1001 | 1001000 | 1001011 | 1000001 |
Color Harmonies of #CEE963
Complementary color
Monochromatic Colors of #CEE963
Black with #CEE963
Text Example
Text Example
White with #CEE963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE963; }
p { color: rgb(206,233,99); }
H1.HeaderClassName
{
color: #CEE963;
}
.AnyTagClassName
{
color: #CEE963;
}
</style>
background-color css
<style>
a { background-color: #CEE963; }
a { background-color: rgb(206,233,99); }
div.DivClassName
{
background-color: #CEE963;
}
.BgClassName
{
background-color: #CEE963;
}
</style>
border-color css
<style>
span { border-color: #CEE963; }
span { border-color: rgb(206,233,99); }
td.TdClassName
{
border-color: #CEE963;
}
.TagClassName
{
border-color: #CEE963;
}
</style>