Shades of Mindaro #CDE86C
Tints of Mindaro #CDE86C
RGB
CMYK
RGB Variations
Color information
#CDE86C (or 0xCDE86C) is known color: Mindaro. HEX triplet: CD, E8 and 6C. RGB value is (205,232,108). Sum of RGB (Red+Green+Blue) = 205+232+108=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 232 (91.02% from 255 or 42.57% from 545); Blue value is 108 (42.58% from 255 or 19.82% from 545); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE86C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE86C is #321793. Grayscale: #D2D2D2. Windows color (decimal): -3282836 or 7137485. OLE color: 7137485.
HSL color Cylindrical-coordinate representation of color #CDE86C: hue angle of 73.06º 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 #CDE86C is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 108 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.09 |
| HSL | 73.06º | 0.73% | 0.67% | - |
| HSV(B) | 73.06º | 0.53% | 0.91% | - |
| XYZ | 56.74 | 71.78 | 25.05 | - |
| YUV | 209.79 | 70.55 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 108 | 0.12 | 0 | 0.53 | 0.09 | 73.06 | 0.73 | 0.67 |
| Hex | CD | E8 | 6C | C | 0 | 35 | 9 | 49 | 49 | 43 |
| Octal | 315 | 350 | 154 | 14 | 0 | 65 | 11 | 111 | 111 | 103 |
| Binary | 11001101 | 11101000 | 1101100 | 1100 | 0 | 110101 | 1001 | 1001001 | 1001001 | 1000011 |
Color Harmonies of #CDE86C
Complementary color
Monochromatic Colors of #CDE86C
Black with #CDE86C
Text Example
Text Example
White with #CDE86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE86C; }
p { color: rgb(205,232,108); }
H1.HeaderClassName
{
color: #CDE86C;
}
.AnyTagClassName
{
color: #CDE86C;
}
</style>
background-color css
<style>
a { background-color: #CDE86C; }
a { background-color: rgb(205,232,108); }
div.DivClassName
{
background-color: #CDE86C;
}
.BgClassName
{
background-color: #CDE86C;
}
</style>
border-color css
<style>
span { border-color: #CDE86C; }
span { border-color: rgb(205,232,108); }
td.TdClassName
{
border-color: #CDE86C;
}
.TagClassName
{
border-color: #CDE86C;
}
</style>