Shades of Mindaro #CEE268
Tints of Mindaro #CEE268
RGB
CMYK
RGB Variations
Color information
#CEE268 (or 0xCEE268) is known color: Mindaro. HEX triplet: CE, E2 and 68. RGB value is (206,226,104). Sum of RGB (Red+Green+Blue) = 206+226+104=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 226 (88.67% from 255 or 42.16% from 536); Blue value is 104 (41.02% from 255 or 19.40% from 536); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE268 is #311D97. Grayscale: #CECECE. Windows color (decimal): -3218840 or 6873806. OLE color: 6873806.
HSL color Cylindrical-coordinate representation of color #CEE268: hue angle of 69.84º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CEE268 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 226 | 104 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.11 |
| HSL | 69.84º | 0.68% | 0.65% | - |
| HSV(B) | 69.84º | 0.54% | 0.89% | - |
| XYZ | 55.15 | 68.51 | 23.41 | - |
| YUV | 206.11 | 70.37 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 226 | 104 | 0.09 | 0 | 0.54 | 0.11 | 69.84 | 0.68 | 0.65 |
| Hex | CE | E2 | 68 | 9 | 0 | 36 | B | 46 | 44 | 41 |
| Octal | 316 | 342 | 150 | 11 | 0 | 66 | 13 | 106 | 104 | 101 |
| Binary | 11001110 | 11100010 | 1101000 | 1001 | 0 | 110110 | 1011 | 1000110 | 1000100 | 1000001 |
Color Harmonies of #CEE268
Complementary color
Monochromatic Colors of #CEE268
Black with #CEE268
Text Example
Text Example
White with #CEE268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE268; }
p { color: rgb(206,226,104); }
H1.HeaderClassName
{
color: #CEE268;
}
.AnyTagClassName
{
color: #CEE268;
}
</style>
background-color css
<style>
a { background-color: #CEE268; }
a { background-color: rgb(206,226,104); }
div.DivClassName
{
background-color: #CEE268;
}
.BgClassName
{
background-color: #CEE268;
}
</style>
border-color css
<style>
span { border-color: #CEE268; }
span { border-color: rgb(206,226,104); }
td.TdClassName
{
border-color: #CEE268;
}
.TagClassName
{
border-color: #CEE268;
}
</style>