Shades of Mindaro #CDE666
Tints of Mindaro #CDE666
RGB
CMYK
RGB Variations
Color information
#CDE666 (or 0xCDE666) is known color: Mindaro. HEX triplet: CD, E6 and 66. RGB value is (205,230,102). Sum of RGB (Red+Green+Blue) = 205+230+102=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 230 (90.23% from 255 or 42.83% from 537); Blue value is 102 (40.23% from 255 or 18.99% from 537); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE666 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE666 is #321999. Grayscale: #D0D0D0. Windows color (decimal): -3283354 or 6743757. OLE color: 6743757.
HSL color Cylindrical-coordinate representation of color #CDE666: hue angle of 71.72º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDE666 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 102 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.10 |
| HSL | 71.72º | 0.72% | 0.65% | - |
| HSV(B) | 71.72º | 0.56% | 0.9% | - |
| XYZ | 55.87 | 70.53 | 23.24 | - |
| YUV | 207.93 | 68.22 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 102 | 0.11 | 0 | 0.56 | 0.10 | 71.72 | 0.72 | 0.65 |
| Hex | CD | E6 | 66 | B | 0 | 38 | A | 48 | 48 | 41 |
| Octal | 315 | 346 | 146 | 13 | 0 | 70 | 12 | 110 | 110 | 101 |
| Binary | 11001101 | 11100110 | 1100110 | 1011 | 0 | 111000 | 1010 | 1001000 | 1001000 | 1000001 |
Color Harmonies of #CDE666
Complementary color
Monochromatic Colors of #CDE666
Black with #CDE666
Text Example
Text Example
White with #CDE666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE666; }
p { color: rgb(205,230,102); }
H1.HeaderClassName
{
color: #CDE666;
}
.AnyTagClassName
{
color: #CDE666;
}
</style>
background-color css
<style>
a { background-color: #CDE666; }
a { background-color: rgb(205,230,102); }
div.DivClassName
{
background-color: #CDE666;
}
.BgClassName
{
background-color: #CDE666;
}
</style>
border-color css
<style>
span { border-color: #CDE666; }
span { border-color: rgb(205,230,102); }
td.TdClassName
{
border-color: #CDE666;
}
.TagClassName
{
border-color: #CDE666;
}
</style>