Shades of Mindaro #CDE86A
Tints of Mindaro #CDE86A
RGB
CMYK
RGB Variations
Color information
#CDE86A (or 0xCDE86A) is known color: Mindaro. HEX triplet: CD, E8 and 6A. RGB value is (205,232,106). Sum of RGB (Red+Green+Blue) = 205+232+106=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 232 (91.02% from 255 or 42.73% from 543); Blue value is 106 (41.80% from 255 or 19.52% from 543); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE86A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE86A is #321795. Grayscale: #D2D2D2. Windows color (decimal): -3282838 or 7006413. OLE color: 7006413.
HSL color Cylindrical-coordinate representation of color #CDE86A: hue angle of 72.86º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDE86A is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 106 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.09 |
| HSL | 72.86º | 0.73% | 0.66% | - |
| HSV(B) | 72.86º | 0.54% | 0.91% | - |
| XYZ | 56.63 | 71.73 | 24.5 | - |
| YUV | 209.56 | 69.55 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 106 | 0.12 | 0 | 0.54 | 0.09 | 72.86 | 0.73 | 0.66 |
| Hex | CD | E8 | 6A | C | 0 | 36 | 9 | 49 | 49 | 42 |
| Octal | 315 | 350 | 152 | 14 | 0 | 66 | 11 | 111 | 111 | 102 |
| Binary | 11001101 | 11101000 | 1101010 | 1100 | 0 | 110110 | 1001 | 1001001 | 1001001 | 1000010 |
Color Harmonies of #CDE86A
Complementary color
Monochromatic Colors of #CDE86A
Black with #CDE86A
Text Example
Text Example
White with #CDE86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE86A; }
p { color: rgb(205,232,106); }
H1.HeaderClassName
{
color: #CDE86A;
}
.AnyTagClassName
{
color: #CDE86A;
}
</style>
background-color css
<style>
a { background-color: #CDE86A; }
a { background-color: rgb(205,232,106); }
div.DivClassName
{
background-color: #CDE86A;
}
.BgClassName
{
background-color: #CDE86A;
}
</style>
border-color css
<style>
span { border-color: #CDE86A; }
span { border-color: rgb(205,232,106); }
td.TdClassName
{
border-color: #CDE86A;
}
.TagClassName
{
border-color: #CDE86A;
}
</style>