Shades of Mindaro #CEE871
Tints of Mindaro #CEE871
RGB
CMYK
RGB Variations
Color information
#CEE871 (or 0xCEE871) is known color: Mindaro. HEX triplet: CE, E8 and 71. RGB value is (206,232,113). Sum of RGB (Red+Green+Blue) = 206+232+113=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 232 (91.02% from 255 or 42.11% from 551); Blue value is 113 (44.53% from 255 or 20.51% from 551); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE871 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE871 is #31178E. Grayscale: #D3D3D3. Windows color (decimal): -3217295 or 7465166. OLE color: 7465166.
HSL color Cylindrical-coordinate representation of color #CEE871: hue angle of 73.11º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEE871 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 232 | 113 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.09 |
| HSL | 73.11º | 0.72% | 0.68% | - |
| HSV(B) | 73.11º | 0.51% | 0.91% | - |
| XYZ | 57.29 | 72.03 | 26.51 | - |
| YUV | 210.66 | 72.89 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 113 | 0.11 | 0 | 0.51 | 0.09 | 73.11 | 0.72 | 0.68 |
| Hex | CE | E8 | 71 | B | 0 | 33 | 9 | 49 | 48 | 44 |
| Octal | 316 | 350 | 161 | 13 | 0 | 63 | 11 | 111 | 110 | 104 |
| Binary | 11001110 | 11101000 | 1110001 | 1011 | 0 | 110011 | 1001 | 1001001 | 1001000 | 1000100 |
Color Harmonies of #CEE871
Complementary color
Monochromatic Colors of #CEE871
Black with #CEE871
Text Example
Text Example
White with #CEE871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE871; }
p { color: rgb(206,232,113); }
H1.HeaderClassName
{
color: #CEE871;
}
.AnyTagClassName
{
color: #CEE871;
}
</style>
background-color css
<style>
a { background-color: #CEE871; }
a { background-color: rgb(206,232,113); }
div.DivClassName
{
background-color: #CEE871;
}
.BgClassName
{
background-color: #CEE871;
}
</style>
border-color css
<style>
span { border-color: #CEE871; }
span { border-color: rgb(206,232,113); }
td.TdClassName
{
border-color: #CEE871;
}
.TagClassName
{
border-color: #CEE871;
}
</style>