Shades of Mindaro #CDE16E
Tints of Mindaro #CDE16E
RGB
CMYK
RGB Variations
Color information
#CDE16E (or 0xCDE16E) is known color: Mindaro. HEX triplet: CD, E1 and 6E. RGB value is (205,225,110). Sum of RGB (Red+Green+Blue) = 205+225+110=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 110 (43.36% from 255 or 20.37% from 540); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE16E is #321E91. Grayscale: #CECECE. Windows color (decimal): -3284626 or 7266765. OLE color: 7266765.
HSL color Cylindrical-coordinate representation of color #CDE16E: hue angle of 70.43º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDE16E is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 110 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.12 |
| HSL | 70.43º | 0.66% | 0.66% | - |
| HSV(B) | 70.43º | 0.51% | 0.88% | - |
| XYZ | 54.92 | 67.96 | 24.97 | - |
| YUV | 205.91 | 73.87 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 110 | 0.09 | 0 | 0.51 | 0.12 | 70.43 | 0.66 | 0.66 |
| Hex | CD | E1 | 6E | 9 | 0 | 33 | C | 46 | 42 | 42 |
| Octal | 315 | 341 | 156 | 11 | 0 | 63 | 14 | 106 | 102 | 102 |
| Binary | 11001101 | 11100001 | 1101110 | 1001 | 0 | 110011 | 1100 | 1000110 | 1000010 | 1000010 |
Color Harmonies of #CDE16E
Complementary color
Monochromatic Colors of #CDE16E
Black with #CDE16E
Text Example
Text Example
White with #CDE16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE16E; }
p { color: rgb(205,225,110); }
H1.HeaderClassName
{
color: #CDE16E;
}
.AnyTagClassName
{
color: #CDE16E;
}
</style>
background-color css
<style>
a { background-color: #CDE16E; }
a { background-color: rgb(205,225,110); }
div.DivClassName
{
background-color: #CDE16E;
}
.BgClassName
{
background-color: #CDE16E;
}
</style>
border-color css
<style>
span { border-color: #CDE16E; }
span { border-color: rgb(205,225,110); }
td.TdClassName
{
border-color: #CDE16E;
}
.TagClassName
{
border-color: #CDE16E;
}
</style>