Shades of Mindaro #CDE66A
Tints of Mindaro #CDE66A
RGB
CMYK
RGB Variations
Color information
#CDE66A (or 0xCDE66A) is known color: Mindaro. HEX triplet: CD, E6 and 6A. RGB value is (205,230,106). Sum of RGB (Red+Green+Blue) = 205+230+106=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 230 (90.23% from 255 or 42.51% from 541); Blue value is 106 (41.80% from 255 or 19.59% from 541); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE66A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE66A is #321995. Grayscale: #D0D0D0. Windows color (decimal): -3283350 or 7005901. OLE color: 7005901.
HSL color Cylindrical-coordinate representation of color #CDE66A: hue angle of 72.1º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDE66A is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 106 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.10 |
| HSL | 72.1º | 0.71% | 0.66% | - |
| HSV(B) | 72.1º | 0.54% | 0.9% | - |
| XYZ | 56.08 | 70.61 | 24.31 | - |
| YUV | 208.39 | 70.22 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 106 | 0.11 | 0 | 0.54 | 0.10 | 72.1 | 0.71 | 0.66 |
| Hex | CD | E6 | 6A | B | 0 | 36 | A | 48 | 47 | 42 |
| Octal | 315 | 346 | 152 | 13 | 0 | 66 | 12 | 110 | 107 | 102 |
| Binary | 11001101 | 11100110 | 1101010 | 1011 | 0 | 110110 | 1010 | 1001000 | 1000111 | 1000010 |
Color Harmonies of #CDE66A
Complementary color
Monochromatic Colors of #CDE66A
Black with #CDE66A
Text Example
Text Example
White with #CDE66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE66A; }
p { color: rgb(205,230,106); }
H1.HeaderClassName
{
color: #CDE66A;
}
.AnyTagClassName
{
color: #CDE66A;
}
</style>
background-color css
<style>
a { background-color: #CDE66A; }
a { background-color: rgb(205,230,106); }
div.DivClassName
{
background-color: #CDE66A;
}
.BgClassName
{
background-color: #CDE66A;
}
</style>
border-color css
<style>
span { border-color: #CDE66A; }
span { border-color: rgb(205,230,106); }
td.TdClassName
{
border-color: #CDE66A;
}
.TagClassName
{
border-color: #CDE66A;
}
</style>