Shades of Mindaro #CEE856
Tints of Mindaro #CEE856
RGB
CMYK
RGB Variations
Color information
#CEE856 (or 0xCEE856) is known color: Mindaro. HEX triplet: CE, E8 and 56. RGB value is (206,232,86). Sum of RGB (Red+Green+Blue) = 206+232+86=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 232 (91.02% from 255 or 44.27% from 524); Blue value is 86 (33.98% from 255 or 16.41% from 524); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE856 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE856 is #3117A9. Grayscale: #D0D0D0. Windows color (decimal): -3217322 or 5695694. OLE color: 5695694.
HSL color Cylindrical-coordinate representation of color #CEE856: hue angle of 70.68º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEE856 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 232 | 86 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.09 |
| HSL | 70.68º | 0.76% | 0.62% | - |
| HSV(B) | 70.68º | 0.63% | 0.91% | - |
| XYZ | 55.99 | 71.51 | 19.66 | - |
| YUV | 207.58 | 59.39 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 86 | 0.11 | 0 | 0.63 | 0.09 | 70.68 | 0.76 | 0.62 |
| Hex | CE | E8 | 56 | B | 0 | 3F | 9 | 47 | 4C | 3E |
| Octal | 316 | 350 | 126 | 13 | 0 | 77 | 11 | 107 | 114 | 76 |
| Binary | 11001110 | 11101000 | 1010110 | 1011 | 0 | 111111 | 1001 | 1000111 | 1001100 | 111110 |
Color Harmonies of #CEE856
Complementary color
Monochromatic Colors of #CEE856
Black with #CEE856
Text Example
Text Example
White with #CEE856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE856; }
p { color: rgb(206,232,86); }
H1.HeaderClassName
{
color: #CEE856;
}
.AnyTagClassName
{
color: #CEE856;
}
</style>
background-color css
<style>
a { background-color: #CEE856; }
a { background-color: rgb(206,232,86); }
div.DivClassName
{
background-color: #CEE856;
}
.BgClassName
{
background-color: #CEE856;
}
</style>
border-color css
<style>
span { border-color: #CEE856; }
span { border-color: rgb(206,232,86); }
td.TdClassName
{
border-color: #CEE856;
}
.TagClassName
{
border-color: #CEE856;
}
</style>