Shades of Mindaro #CEE96D
Tints of Mindaro #CEE96D
RGB
CMYK
RGB Variations
Color information
#CEE96D (or 0xCEE96D) is known color: Mindaro. HEX triplet: CE, E9 and 6D. RGB value is (206,233,109). Sum of RGB (Red+Green+Blue) = 206+233+109=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 233 (91.41% from 255 or 42.52% from 548); Blue value is 109 (42.97% from 255 or 19.89% from 548); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE96D is #311692. Grayscale: #D3D3D3. Windows color (decimal): -3217043 or 7203278. OLE color: 7203278.
HSL color Cylindrical-coordinate representation of color #CEE96D: hue angle of 73.06º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEE96D is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 233 | 109 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.09 |
| HSL | 73.06º | 0.74% | 0.67% | - |
| HSV(B) | 73.06º | 0.53% | 0.91% | - |
| XYZ | 57.35 | 72.5 | 25.44 | - |
| YUV | 210.79 | 70.55 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 109 | 0.12 | 0 | 0.53 | 0.09 | 73.06 | 0.74 | 0.67 |
| Hex | CE | E9 | 6D | C | 0 | 35 | 9 | 49 | 4A | 43 |
| Octal | 316 | 351 | 155 | 14 | 0 | 65 | 11 | 111 | 112 | 103 |
| Binary | 11001110 | 11101001 | 1101101 | 1100 | 0 | 110101 | 1001 | 1001001 | 1001010 | 1000011 |
Color Harmonies of #CEE96D
Complementary color
Monochromatic Colors of #CEE96D
Black with #CEE96D
Text Example
Text Example
White with #CEE96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE96D; }
p { color: rgb(206,233,109); }
H1.HeaderClassName
{
color: #CEE96D;
}
.AnyTagClassName
{
color: #CEE96D;
}
</style>
background-color css
<style>
a { background-color: #CEE96D; }
a { background-color: rgb(206,233,109); }
div.DivClassName
{
background-color: #CEE96D;
}
.BgClassName
{
background-color: #CEE96D;
}
</style>
border-color css
<style>
span { border-color: #CEE96D; }
span { border-color: rgb(206,233,109); }
td.TdClassName
{
border-color: #CEE96D;
}
.TagClassName
{
border-color: #CEE96D;
}
</style>