Shades of Mindaro #CEE875
Tints of Mindaro #CEE875
RGB
CMYK
RGB Variations
Color information
#CEE875 (or 0xCEE875) is known color: Mindaro. HEX triplet: CE, E8 and 75. RGB value is (206,232,117). Sum of RGB (Red+Green+Blue) = 206+232+117=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 232 (91.02% from 255 or 41.80% from 555); Blue value is 117 (46.09% from 255 or 21.08% from 555); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE875 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE875 is #31178A. Grayscale: #D3D3D3. Windows color (decimal): -3217291 or 7727310. OLE color: 7727310.
HSL color Cylindrical-coordinate representation of color #CEE875: hue angle of 73.57º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEE875 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 232 | 117 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.09 |
| HSL | 73.57º | 0.71% | 0.68% | - |
| HSV(B) | 73.57º | 0.5% | 0.91% | - |
| XYZ | 57.52 | 72.12 | 27.72 | - |
| YUV | 211.12 | 74.89 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 117 | 0.11 | 0 | 0.50 | 0.09 | 73.57 | 0.71 | 0.68 |
| Hex | CE | E8 | 75 | B | 0 | 32 | 9 | 4A | 47 | 44 |
| Octal | 316 | 350 | 165 | 13 | 0 | 62 | 11 | 112 | 107 | 104 |
| Binary | 11001110 | 11101000 | 1110101 | 1011 | 0 | 110010 | 1001 | 1001010 | 1000111 | 1000100 |
Color Harmonies of #CEE875
Complementary color
Monochromatic Colors of #CEE875
Black with #CEE875
Text Example
Text Example
White with #CEE875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE875; }
p { color: rgb(206,232,117); }
H1.HeaderClassName
{
color: #CEE875;
}
.AnyTagClassName
{
color: #CEE875;
}
</style>
background-color css
<style>
a { background-color: #CEE875; }
a { background-color: rgb(206,232,117); }
div.DivClassName
{
background-color: #CEE875;
}
.BgClassName
{
background-color: #CEE875;
}
</style>
border-color css
<style>
span { border-color: #CEE875; }
span { border-color: rgb(206,232,117); }
td.TdClassName
{
border-color: #CEE875;
}
.TagClassName
{
border-color: #CEE875;
}
</style>