Shades of Mindaro #CEE473
Tints of Mindaro #CEE473
RGB
CMYK
RGB Variations
Color information
#CEE473 (or 0xCEE473) is known color: Mindaro. HEX triplet: CE, E4 and 73. RGB value is (206,228,115). Sum of RGB (Red+Green+Blue) = 206+228+115=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 228 (89.45% from 255 or 41.53% from 549); Blue value is 115 (45.31% from 255 or 20.95% from 549); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE473 is #311B8C. Grayscale: #D0D0D0. Windows color (decimal): -3218317 or 7595214. OLE color: 7595214.
HSL color Cylindrical-coordinate representation of color #CEE473: hue angle of 71.68º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEE473 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 228 | 115 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.11 |
| HSL | 71.68º | 0.68% | 0.67% | - |
| HSV(B) | 71.68º | 0.5% | 0.89% | - |
| XYZ | 56.29 | 69.85 | 26.73 | - |
| YUV | 208.54 | 75.21 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 228 | 115 | 0.10 | 0 | 0.50 | 0.11 | 71.68 | 0.68 | 0.67 |
| Hex | CE | E4 | 73 | A | 0 | 32 | B | 48 | 44 | 43 |
| Octal | 316 | 344 | 163 | 12 | 0 | 62 | 13 | 110 | 104 | 103 |
| Binary | 11001110 | 11100100 | 1110011 | 1010 | 0 | 110010 | 1011 | 1001000 | 1000100 | 1000011 |
Color Harmonies of #CEE473
Complementary color
Monochromatic Colors of #CEE473
Black with #CEE473
Text Example
Text Example
White with #CEE473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE473; }
p { color: rgb(206,228,115); }
H1.HeaderClassName
{
color: #CEE473;
}
.AnyTagClassName
{
color: #CEE473;
}
</style>
background-color css
<style>
a { background-color: #CEE473; }
a { background-color: rgb(206,228,115); }
div.DivClassName
{
background-color: #CEE473;
}
.BgClassName
{
background-color: #CEE473;
}
</style>
border-color css
<style>
span { border-color: #CEE473; }
span { border-color: rgb(206,228,115); }
td.TdClassName
{
border-color: #CEE473;
}
.TagClassName
{
border-color: #CEE473;
}
</style>