Shades of Mindaro #CDE864
Tints of Mindaro #CDE864
RGB
CMYK
RGB Variations
Color information
#CDE864 (or 0xCDE864) is known color: Mindaro. HEX triplet: CD, E8 and 64. RGB value is (205,232,100). Sum of RGB (Red+Green+Blue) = 205+232+100=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 232 (91.02% from 255 or 43.20% from 537); Blue value is 100 (39.45% from 255 or 18.62% from 537); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE864 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE864 is #32179B. Grayscale: #D1D1D1. Windows color (decimal): -3282844 or 6613197. OLE color: 6613197.
HSL color Cylindrical-coordinate representation of color #CDE864: hue angle of 72.27º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDE864 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 100 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.09 |
| HSL | 72.27º | 0.74% | 0.65% | - |
| HSV(B) | 72.27º | 0.57% | 0.91% | - |
| XYZ | 56.33 | 71.61 | 22.91 | - |
| YUV | 208.88 | 66.55 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 100 | 0.12 | 0 | 0.57 | 0.09 | 72.27 | 0.74 | 0.65 |
| Hex | CD | E8 | 64 | C | 0 | 39 | 9 | 48 | 4A | 41 |
| Octal | 315 | 350 | 144 | 14 | 0 | 71 | 11 | 110 | 112 | 101 |
| Binary | 11001101 | 11101000 | 1100100 | 1100 | 0 | 111001 | 1001 | 1001000 | 1001010 | 1000001 |
Color Harmonies of #CDE864
Complementary color
Monochromatic Colors of #CDE864
Black with #CDE864
Text Example
Text Example
White with #CDE864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE864; }
p { color: rgb(205,232,100); }
H1.HeaderClassName
{
color: #CDE864;
}
.AnyTagClassName
{
color: #CDE864;
}
</style>
background-color css
<style>
a { background-color: #CDE864; }
a { background-color: rgb(205,232,100); }
div.DivClassName
{
background-color: #CDE864;
}
.BgClassName
{
background-color: #CDE864;
}
</style>
border-color css
<style>
span { border-color: #CDE864; }
span { border-color: rgb(205,232,100); }
td.TdClassName
{
border-color: #CDE864;
}
.TagClassName
{
border-color: #CDE864;
}
</style>