Shades of Mindaro #CEE66D
Tints of Mindaro #CEE66D
RGB
CMYK
RGB Variations
Color information
#CEE66D (or 0xCEE66D) is known color: Mindaro. HEX triplet: CE, E6 and 6D. RGB value is (206,230,109). Sum of RGB (Red+Green+Blue) = 206+230+109=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 109 (42.97% from 255 or 20% from 545); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE66D is #311992. Grayscale: #D1D1D1. Windows color (decimal): -3217811 or 7202510. OLE color: 7202510.
HSL color Cylindrical-coordinate representation of color #CEE66D: hue angle of 71.9º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEE66D is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 230 | 109 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.10 |
| HSL | 71.9º | 0.71% | 0.66% | - |
| HSV(B) | 71.9º | 0.53% | 0.9% | - |
| XYZ | 56.51 | 70.82 | 25.16 | - |
| YUV | 209.03 | 71.55 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 230 | 109 | 0.10 | 0 | 0.53 | 0.10 | 71.9 | 0.71 | 0.66 |
| Hex | CE | E6 | 6D | A | 0 | 35 | A | 48 | 47 | 42 |
| Octal | 316 | 346 | 155 | 12 | 0 | 65 | 12 | 110 | 107 | 102 |
| Binary | 11001110 | 11100110 | 1101101 | 1010 | 0 | 110101 | 1010 | 1001000 | 1000111 | 1000010 |
Color Harmonies of #CEE66D
Complementary color
Monochromatic Colors of #CEE66D
Black with #CEE66D
Text Example
Text Example
White with #CEE66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE66D; }
p { color: rgb(206,230,109); }
H1.HeaderClassName
{
color: #CEE66D;
}
.AnyTagClassName
{
color: #CEE66D;
}
</style>
background-color css
<style>
a { background-color: #CEE66D; }
a { background-color: rgb(206,230,109); }
div.DivClassName
{
background-color: #CEE66D;
}
.BgClassName
{
background-color: #CEE66D;
}
</style>
border-color css
<style>
span { border-color: #CEE66D; }
span { border-color: rgb(206,230,109); }
td.TdClassName
{
border-color: #CEE66D;
}
.TagClassName
{
border-color: #CEE66D;
}
</style>