Shades of Mindaro #CEE072
Tints of Mindaro #CEE072
RGB
CMYK
RGB Variations
Color information
#CEE072 (or 0xCEE072) is known color: Mindaro. HEX triplet: CE, E0 and 72. RGB value is (206,224,114). Sum of RGB (Red+Green+Blue) = 206+224+114=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 114 (44.92% from 255 or 20.96% from 544); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE072 is #311F8D. Grayscale: #CECECE. Windows color (decimal): -3219342 or 7528654. OLE color: 7528654.
HSL color Cylindrical-coordinate representation of color #CEE072: hue angle of 69.82º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CEE072 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 224 | 114 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.12 |
| HSL | 69.82º | 0.64% | 0.66% | - |
| HSV(B) | 69.82º | 0.49% | 0.88% | - |
| XYZ | 55.15 | 67.65 | 26.07 | - |
| YUV | 206.08 | 76.04 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 224 | 114 | 0.08 | 0 | 0.49 | 0.12 | 69.82 | 0.64 | 0.66 |
| Hex | CE | E0 | 72 | 8 | 0 | 31 | C | 46 | 40 | 42 |
| Octal | 316 | 340 | 162 | 10 | 0 | 61 | 14 | 106 | 100 | 102 |
| Binary | 11001110 | 11100000 | 1110010 | 1000 | 0 | 110001 | 1100 | 1000110 | 1000000 | 1000010 |
Color Harmonies of #CEE072
Complementary color
Monochromatic Colors of #CEE072
Black with #CEE072
Text Example
Text Example
White with #CEE072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE072; }
p { color: rgb(206,224,114); }
H1.HeaderClassName
{
color: #CEE072;
}
.AnyTagClassName
{
color: #CEE072;
}
</style>
background-color css
<style>
a { background-color: #CEE072; }
a { background-color: rgb(206,224,114); }
div.DivClassName
{
background-color: #CEE072;
}
.BgClassName
{
background-color: #CEE072;
}
</style>
border-color css
<style>
span { border-color: #CEE072; }
span { border-color: rgb(206,224,114); }
td.TdClassName
{
border-color: #CEE072;
}
.TagClassName
{
border-color: #CEE072;
}
</style>