Shades of Mindaro #CDE86D
Tints of Mindaro #CDE86D
RGB
CMYK
RGB Variations
Color information
#CDE86D (or 0xCDE86D) is known color: Mindaro. HEX triplet: CD, E8 and 6D. RGB value is (205,232,109). Sum of RGB (Red+Green+Blue) = 205+232+109=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 232 (91.02% from 255 or 42.49% from 546); Blue value is 109 (42.97% from 255 or 19.96% from 546); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE86D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE86D is #321792. Grayscale: #D2D2D2. Windows color (decimal): -3282835 or 7203021. OLE color: 7203021.
HSL color Cylindrical-coordinate representation of color #CDE86D: hue angle of 73.17º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDE86D is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 109 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.09 |
| HSL | 73.17º | 0.73% | 0.67% | - |
| HSV(B) | 73.17º | 0.53% | 0.91% | - |
| XYZ | 56.79 | 71.8 | 25.33 | - |
| YUV | 209.91 | 71.05 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 109 | 0.12 | 0 | 0.53 | 0.09 | 73.17 | 0.73 | 0.67 |
| Hex | CD | E8 | 6D | C | 0 | 35 | 9 | 49 | 49 | 43 |
| Octal | 315 | 350 | 155 | 14 | 0 | 65 | 11 | 111 | 111 | 103 |
| Binary | 11001101 | 11101000 | 1101101 | 1100 | 0 | 110101 | 1001 | 1001001 | 1001001 | 1000011 |
Color Harmonies of #CDE86D
Complementary color
Monochromatic Colors of #CDE86D
Black with #CDE86D
Text Example
Text Example
White with #CDE86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE86D; }
p { color: rgb(205,232,109); }
H1.HeaderClassName
{
color: #CDE86D;
}
.AnyTagClassName
{
color: #CDE86D;
}
</style>
background-color css
<style>
a { background-color: #CDE86D; }
a { background-color: rgb(205,232,109); }
div.DivClassName
{
background-color: #CDE86D;
}
.BgClassName
{
background-color: #CDE86D;
}
</style>
border-color css
<style>
span { border-color: #CDE86D; }
span { border-color: rgb(205,232,109); }
td.TdClassName
{
border-color: #CDE86D;
}
.TagClassName
{
border-color: #CDE86D;
}
</style>