Shades of Mindaro #CEE96C
Tints of Mindaro #CEE96C
RGB
CMYK
RGB Variations
Color information
#CEE96C (or 0xCEE96C) is known color: Mindaro. HEX triplet: CE, E9 and 6C. RGB value is (206,233,108). Sum of RGB (Red+Green+Blue) = 206+233+108=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 233 (91.41% from 255 or 42.60% from 547); Blue value is 108 (42.58% from 255 or 19.74% from 547); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE96C is #311693. Grayscale: #D3D3D3. Windows color (decimal): -3217044 or 7137742. OLE color: 7137742.
HSL color Cylindrical-coordinate representation of color #CEE96C: hue angle of 72.96º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CEE96C is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 233 | 108 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.09 |
| HSL | 72.96º | 0.74% | 0.67% | - |
| HSV(B) | 72.96º | 0.54% | 0.91% | - |
| XYZ | 57.3 | 72.48 | 25.16 | - |
| YUV | 210.68 | 70.05 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 108 | 0.12 | 0 | 0.54 | 0.09 | 72.96 | 0.74 | 0.67 |
| Hex | CE | E9 | 6C | C | 0 | 36 | 9 | 49 | 4A | 43 |
| Octal | 316 | 351 | 154 | 14 | 0 | 66 | 11 | 111 | 112 | 103 |
| Binary | 11001110 | 11101001 | 1101100 | 1100 | 0 | 110110 | 1001 | 1001001 | 1001010 | 1000011 |
Color Harmonies of #CEE96C
Complementary color
Monochromatic Colors of #CEE96C
Black with #CEE96C
Text Example
Text Example
White with #CEE96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE96C; }
p { color: rgb(206,233,108); }
H1.HeaderClassName
{
color: #CEE96C;
}
.AnyTagClassName
{
color: #CEE96C;
}
</style>
background-color css
<style>
a { background-color: #CEE96C; }
a { background-color: rgb(206,233,108); }
div.DivClassName
{
background-color: #CEE96C;
}
.BgClassName
{
background-color: #CEE96C;
}
</style>
border-color css
<style>
span { border-color: #CEE96C; }
span { border-color: rgb(206,233,108); }
td.TdClassName
{
border-color: #CEE96C;
}
.TagClassName
{
border-color: #CEE96C;
}
</style>