Shades of Mindaro #CDE16F
Tints of Mindaro #CDE16F
RGB
CMYK
RGB Variations
Color information
#CDE16F (or 0xCDE16F) is known color: Mindaro. HEX triplet: CD, E1 and 6F. RGB value is (205,225,111). Sum of RGB (Red+Green+Blue) = 205+225+111=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 111 (43.75% from 255 or 20.52% from 541); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE16F is #321E90. Grayscale: #CECECE. Windows color (decimal): -3284625 or 7332301. OLE color: 7332301.
HSL color Cylindrical-coordinate representation of color #CDE16F: hue angle of 70.53º 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 #CDE16F is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 111 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.12 |
| HSL | 70.53º | 0.66% | 0.66% | - |
| HSV(B) | 70.53º | 0.51% | 0.88% | - |
| XYZ | 54.97 | 67.98 | 25.26 | - |
| YUV | 206.02 | 74.37 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 111 | 0.09 | 0 | 0.51 | 0.12 | 70.53 | 0.66 | 0.66 |
| Hex | CD | E1 | 6F | 9 | 0 | 33 | C | 47 | 42 | 42 |
| Octal | 315 | 341 | 157 | 11 | 0 | 63 | 14 | 107 | 102 | 102 |
| Binary | 11001101 | 11100001 | 1101111 | 1001 | 0 | 110011 | 1100 | 1000111 | 1000010 | 1000010 |
Color Harmonies of #CDE16F
Complementary color
Monochromatic Colors of #CDE16F
Black with #CDE16F
Text Example
Text Example
White with #CDE16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE16F; }
p { color: rgb(205,225,111); }
H1.HeaderClassName
{
color: #CDE16F;
}
.AnyTagClassName
{
color: #CDE16F;
}
</style>
background-color css
<style>
a { background-color: #CDE16F; }
a { background-color: rgb(205,225,111); }
div.DivClassName
{
background-color: #CDE16F;
}
.BgClassName
{
background-color: #CDE16F;
}
</style>
border-color css
<style>
span { border-color: #CDE16F; }
span { border-color: rgb(205,225,111); }
td.TdClassName
{
border-color: #CDE16F;
}
.TagClassName
{
border-color: #CDE16F;
}
</style>