Shades of Mindaro #CEE263
Tints of Mindaro #CEE263
RGB
CMYK
RGB Variations
Color information
#CEE263 (or 0xCEE263) is known color: Mindaro. HEX triplet: CE, E2 and 63. RGB value is (206,226,99). Sum of RGB (Red+Green+Blue) = 206+226+99=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 99 (39.06% from 255 or 18.64% from 531); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE263 is #311D9C. Grayscale: #CECECE. Windows color (decimal): -3218845 or 6546126. OLE color: 6546126.
HSL color Cylindrical-coordinate representation of color #CEE263: hue angle of 69.45º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEE263 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 226 | 99 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.11 |
| HSL | 69.45º | 0.69% | 0.64% | - |
| HSV(B) | 69.45º | 0.56% | 0.89% | - |
| XYZ | 54.9 | 68.42 | 22.12 | - |
| YUV | 205.54 | 67.87 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 226 | 99 | 0.09 | 0 | 0.56 | 0.11 | 69.45 | 0.69 | 0.64 |
| Hex | CE | E2 | 63 | 9 | 0 | 38 | B | 45 | 45 | 40 |
| Octal | 316 | 342 | 143 | 11 | 0 | 70 | 13 | 105 | 105 | 100 |
| Binary | 11001110 | 11100010 | 1100011 | 1001 | 0 | 111000 | 1011 | 1000101 | 1000101 | 1000000 |
Color Harmonies of #CEE263
Complementary color
Monochromatic Colors of #CEE263
Black with #CEE263
Text Example
Text Example
White with #CEE263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE263; }
p { color: rgb(206,226,99); }
H1.HeaderClassName
{
color: #CEE263;
}
.AnyTagClassName
{
color: #CEE263;
}
</style>
background-color css
<style>
a { background-color: #CEE263; }
a { background-color: rgb(206,226,99); }
div.DivClassName
{
background-color: #CEE263;
}
.BgClassName
{
background-color: #CEE263;
}
</style>
border-color css
<style>
span { border-color: #CEE263; }
span { border-color: rgb(206,226,99); }
td.TdClassName
{
border-color: #CEE263;
}
.TagClassName
{
border-color: #CEE263;
}
</style>