Shades of Mindaro #CEED66
Tints of Mindaro #CEED66
RGB
CMYK
RGB Variations
Color information
#CEED66 (or 0xCEED66) is known color: Mindaro. HEX triplet: CE, ED and 66. RGB value is (206,237,102). Sum of RGB (Red+Green+Blue) = 206+237+102=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 102 (40.23% from 255 or 18.72% from 545); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEED66 is #311299. Grayscale: #D4D4D4. Windows color (decimal): -3216026 or 6745550. OLE color: 6745550.
HSL color Cylindrical-coordinate representation of color #CEED66: hue angle of 73.78º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEED66 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 102 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.07 |
| HSL | 73.78º | 0.79% | 0.66% | - |
| HSV(B) | 73.78º | 0.57% | 0.93% | - |
| XYZ | 58.14 | 74.65 | 23.92 | - |
| YUV | 212.34 | 65.73 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 102 | 0.13 | 0 | 0.57 | 0.07 | 73.78 | 0.79 | 0.66 |
| Hex | CE | ED | 66 | D | 0 | 39 | 7 | 4A | 4F | 42 |
| Octal | 316 | 355 | 146 | 15 | 0 | 71 | 7 | 112 | 117 | 102 |
| Binary | 11001110 | 11101101 | 1100110 | 1101 | 0 | 111001 | 111 | 1001010 | 1001111 | 1000010 |
Color Harmonies of #CEED66
Complementary color
Monochromatic Colors of #CEED66
Black with #CEED66
Text Example
Text Example
White with #CEED66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEED66; }
p { color: rgb(206,237,102); }
H1.HeaderClassName
{
color: #CEED66;
}
.AnyTagClassName
{
color: #CEED66;
}
</style>
background-color css
<style>
a { background-color: #CEED66; }
a { background-color: rgb(206,237,102); }
div.DivClassName
{
background-color: #CEED66;
}
.BgClassName
{
background-color: #CEED66;
}
</style>
border-color css
<style>
span { border-color: #CEED66; }
span { border-color: rgb(206,237,102); }
td.TdClassName
{
border-color: #CEED66;
}
.TagClassName
{
border-color: #CEED66;
}
</style>