Shades of Mindaro #CEE96F
Tints of Mindaro #CEE96F
RGB
CMYK
RGB Variations
Color information
#CEE96F (or 0xCEE96F) is known color: Mindaro. HEX triplet: CE, E9 and 6F. RGB value is (206,233,111). Sum of RGB (Red+Green+Blue) = 206+233+111=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 111 (43.75% from 255 or 20.18% from 550); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE96F is #311690. Grayscale: #D3D3D3. Windows color (decimal): -3217041 or 7334350. OLE color: 7334350.
HSL color Cylindrical-coordinate representation of color #CEE96F: hue angle of 73.28º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CEE96F is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 233 | 111 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.09 |
| HSL | 73.28º | 0.73% | 0.67% | - |
| HSV(B) | 73.28º | 0.52% | 0.91% | - |
| XYZ | 57.46 | 72.55 | 26.01 | - |
| YUV | 211.02 | 71.55 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 111 | 0.12 | 0 | 0.52 | 0.09 | 73.28 | 0.73 | 0.67 |
| Hex | CE | E9 | 6F | C | 0 | 34 | 9 | 49 | 49 | 43 |
| Octal | 316 | 351 | 157 | 14 | 0 | 64 | 11 | 111 | 111 | 103 |
| Binary | 11001110 | 11101001 | 1101111 | 1100 | 0 | 110100 | 1001 | 1001001 | 1001001 | 1000011 |
Color Harmonies of #CEE96F
Complementary color
Monochromatic Colors of #CEE96F
Black with #CEE96F
Text Example
Text Example
White with #CEE96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE96F; }
p { color: rgb(206,233,111); }
H1.HeaderClassName
{
color: #CEE96F;
}
.AnyTagClassName
{
color: #CEE96F;
}
</style>
background-color css
<style>
a { background-color: #CEE96F; }
a { background-color: rgb(206,233,111); }
div.DivClassName
{
background-color: #CEE96F;
}
.BgClassName
{
background-color: #CEE96F;
}
</style>
border-color css
<style>
span { border-color: #CEE96F; }
span { border-color: rgb(206,233,111); }
td.TdClassName
{
border-color: #CEE96F;
}
.TagClassName
{
border-color: #CEE96F;
}
</style>