Shades of Mindaro #CDE66C
Tints of Mindaro #CDE66C
RGB
CMYK
RGB Variations
Color information
#CDE66C (or 0xCDE66C) is known color: Mindaro. HEX triplet: CD, E6 and 6C. RGB value is (205,230,108). Sum of RGB (Red+Green+Blue) = 205+230+108=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 230 (90.23% from 255 or 42.36% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE66C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE66C is #321993. Grayscale: #D1D1D1. Windows color (decimal): -3283348 or 7136973. OLE color: 7136973.
HSL color Cylindrical-coordinate representation of color #CDE66C: hue angle of 72.3º 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 #CDE66C is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 108 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.10 |
| HSL | 72.3º | 0.71% | 0.66% | - |
| HSV(B) | 72.3º | 0.53% | 0.9% | - |
| XYZ | 56.18 | 70.66 | 24.86 | - |
| YUV | 208.62 | 71.22 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 108 | 0.11 | 0 | 0.53 | 0.10 | 72.3 | 0.71 | 0.66 |
| Hex | CD | E6 | 6C | B | 0 | 35 | A | 48 | 47 | 42 |
| Octal | 315 | 346 | 154 | 13 | 0 | 65 | 12 | 110 | 107 | 102 |
| Binary | 11001101 | 11100110 | 1101100 | 1011 | 0 | 110101 | 1010 | 1001000 | 1000111 | 1000010 |
Color Harmonies of #CDE66C
Complementary color
Monochromatic Colors of #CDE66C
Black with #CDE66C
Text Example
Text Example
White with #CDE66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE66C; }
p { color: rgb(205,230,108); }
H1.HeaderClassName
{
color: #CDE66C;
}
.AnyTagClassName
{
color: #CDE66C;
}
</style>
background-color css
<style>
a { background-color: #CDE66C; }
a { background-color: rgb(205,230,108); }
div.DivClassName
{
background-color: #CDE66C;
}
.BgClassName
{
background-color: #CDE66C;
}
</style>
border-color css
<style>
span { border-color: #CDE66C; }
span { border-color: rgb(205,230,108); }
td.TdClassName
{
border-color: #CDE66C;
}
.TagClassName
{
border-color: #CDE66C;
}
</style>