Shades of Mindaro #CDE06E
Tints of Mindaro #CDE06E
RGB
CMYK
RGB Variations
Color information
#CDE06E (or 0xCDE06E) is known color: Mindaro. HEX triplet: CD, E0 and 6E. RGB value is (205,224,110). Sum of RGB (Red+Green+Blue) = 205+224+110=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 110 (43.36% from 255 or 20.41% from 539); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE06E is #321F91. Grayscale: #CDCDCD. Windows color (decimal): -3284882 or 7266509. OLE color: 7266509.
HSL color Cylindrical-coordinate representation of color #CDE06E: hue angle of 70º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDE06E is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 110 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.12 |
| HSL | 70º | 0.65% | 0.65% | - |
| HSV(B) | 70º | 0.51% | 0.88% | - |
| XYZ | 54.65 | 67.42 | 24.88 | - |
| YUV | 205.32 | 74.21 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 110 | 0.08 | 0 | 0.51 | 0.12 | 70 | 0.65 | 0.65 |
| Hex | CD | E0 | 6E | 8 | 0 | 33 | C | 46 | 41 | 41 |
| Octal | 315 | 340 | 156 | 10 | 0 | 63 | 14 | 106 | 101 | 101 |
| Binary | 11001101 | 11100000 | 1101110 | 1000 | 0 | 110011 | 1100 | 1000110 | 1000001 | 1000001 |
Color Harmonies of #CDE06E
Complementary color
Monochromatic Colors of #CDE06E
Black with #CDE06E
Text Example
Text Example
White with #CDE06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE06E; }
p { color: rgb(205,224,110); }
H1.HeaderClassName
{
color: #CDE06E;
}
.AnyTagClassName
{
color: #CDE06E;
}
</style>
background-color css
<style>
a { background-color: #CDE06E; }
a { background-color: rgb(205,224,110); }
div.DivClassName
{
background-color: #CDE06E;
}
.BgClassName
{
background-color: #CDE06E;
}
</style>
border-color css
<style>
span { border-color: #CDE06E; }
span { border-color: rgb(205,224,110); }
td.TdClassName
{
border-color: #CDE06E;
}
.TagClassName
{
border-color: #CDE06E;
}
</style>