Shades of Mindaro #CEE456
Tints of Mindaro #CEE456
RGB
CMYK
RGB Variations
Color information
#CEE456 (or 0xCEE456) is known color: Mindaro. HEX triplet: CE, E4 and 56. RGB value is (206,228,86). Sum of RGB (Red+Green+Blue) = 206+228+86=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 228 (89.45% from 255 or 43.85% from 520); Blue value is 86 (33.98% from 255 or 16.54% from 520); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE456 is #311BA9. Grayscale: #CDCDCD. Windows color (decimal): -3218346 or 5694670. OLE color: 5694670.
HSL color Cylindrical-coordinate representation of color #CEE456: hue angle of 69.3º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CEE456 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 228 | 86 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.11 |
| HSL | 69.3º | 0.72% | 0.62% | - |
| HSV(B) | 69.3º | 0.62% | 0.89% | - |
| XYZ | 54.88 | 69.28 | 19.28 | - |
| YUV | 205.23 | 60.71 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 228 | 86 | 0.10 | 0 | 0.62 | 0.11 | 69.3 | 0.72 | 0.62 |
| Hex | CE | E4 | 56 | A | 0 | 3E | B | 45 | 48 | 3E |
| Octal | 316 | 344 | 126 | 12 | 0 | 76 | 13 | 105 | 110 | 76 |
| Binary | 11001110 | 11100100 | 1010110 | 1010 | 0 | 111110 | 1011 | 1000101 | 1001000 | 111110 |
Color Harmonies of #CEE456
Complementary color
Monochromatic Colors of #CEE456
Black with #CEE456
Text Example
Text Example
White with #CEE456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE456; }
p { color: rgb(206,228,86); }
H1.HeaderClassName
{
color: #CEE456;
}
.AnyTagClassName
{
color: #CEE456;
}
</style>
background-color css
<style>
a { background-color: #CEE456; }
a { background-color: rgb(206,228,86); }
div.DivClassName
{
background-color: #CEE456;
}
.BgClassName
{
background-color: #CEE456;
}
</style>
border-color css
<style>
span { border-color: #CEE456; }
span { border-color: rgb(206,228,86); }
td.TdClassName
{
border-color: #CEE456;
}
.TagClassName
{
border-color: #CEE456;
}
</style>