Shades of Mindaro #CEE372
Tints of Mindaro #CEE372
RGB
CMYK
RGB Variations
Color information
#CEE372 (or 0xCEE372) is known color: Mindaro. HEX triplet: CE, E3 and 72. RGB value is (206,227,114). Sum of RGB (Red+Green+Blue) = 206+227+114=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE372 is #311C8D. Grayscale: #D0D0D0. Windows color (decimal): -3218574 or 7529422. OLE color: 7529422.
HSL color Cylindrical-coordinate representation of color #CEE372: hue angle of 71.15º degrees, saturation: 0.67, 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 #CEE372 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 114 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.11 |
| HSL | 71.15º | 0.67% | 0.67% | - |
| HSV(B) | 71.15º | 0.5% | 0.89% | - |
| XYZ | 55.96 | 69.27 | 26.34 | - |
| YUV | 207.84 | 75.04 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 114 | 0.09 | 0 | 0.50 | 0.11 | 71.15 | 0.67 | 0.67 |
| Hex | CE | E3 | 72 | 9 | 0 | 32 | B | 47 | 43 | 43 |
| Octal | 316 | 343 | 162 | 11 | 0 | 62 | 13 | 107 | 103 | 103 |
| Binary | 11001110 | 11100011 | 1110010 | 1001 | 0 | 110010 | 1011 | 1000111 | 1000011 | 1000011 |
Color Harmonies of #CEE372
Complementary color
Monochromatic Colors of #CEE372
Black with #CEE372
Text Example
Text Example
White with #CEE372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE372; }
p { color: rgb(206,227,114); }
H1.HeaderClassName
{
color: #CEE372;
}
.AnyTagClassName
{
color: #CEE372;
}
</style>
background-color css
<style>
a { background-color: #CEE372; }
a { background-color: rgb(206,227,114); }
div.DivClassName
{
background-color: #CEE372;
}
.BgClassName
{
background-color: #CEE372;
}
</style>
border-color css
<style>
span { border-color: #CEE372; }
span { border-color: rgb(206,227,114); }
td.TdClassName
{
border-color: #CEE372;
}
.TagClassName
{
border-color: #CEE372;
}
</style>