Shades of Mindaro #CDE170
Tints of Mindaro #CDE170
RGB
CMYK
RGB Variations
Color information
#CDE170 (or 0xCDE170) is known color: Mindaro. HEX triplet: CD, E1 and 70. RGB value is (205,225,112). Sum of RGB (Red+Green+Blue) = 205+225+112=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 225 (88.28% from 255 or 41.51% from 542); Blue value is 112 (44.14% from 255 or 20.66% from 542); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE170 is #321E8F. Grayscale: #CECECE. Windows color (decimal): -3284624 or 7397837. OLE color: 7397837.
HSL color Cylindrical-coordinate representation of color #CDE170: hue angle of 70.62º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDE170 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 112 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.12 |
| HSL | 70.62º | 0.65% | 0.66% | - |
| HSV(B) | 70.62º | 0.5% | 0.88% | - |
| XYZ | 55.03 | 68 | 25.55 | - |
| YUV | 206.14 | 74.87 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 112 | 0.09 | 0 | 0.50 | 0.12 | 70.62 | 0.65 | 0.66 |
| Hex | CD | E1 | 70 | 9 | 0 | 32 | C | 47 | 41 | 42 |
| Octal | 315 | 341 | 160 | 11 | 0 | 62 | 14 | 107 | 101 | 102 |
| Binary | 11001101 | 11100001 | 1110000 | 1001 | 0 | 110010 | 1100 | 1000111 | 1000001 | 1000010 |
Color Harmonies of #CDE170
Complementary color
Monochromatic Colors of #CDE170
Black with #CDE170
Text Example
Text Example
White with #CDE170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE170; }
p { color: rgb(205,225,112); }
H1.HeaderClassName
{
color: #CDE170;
}
.AnyTagClassName
{
color: #CDE170;
}
</style>
background-color css
<style>
a { background-color: #CDE170; }
a { background-color: rgb(205,225,112); }
div.DivClassName
{
background-color: #CDE170;
}
.BgClassName
{
background-color: #CDE170;
}
</style>
border-color css
<style>
span { border-color: #CDE170; }
span { border-color: rgb(205,225,112); }
td.TdClassName
{
border-color: #CDE170;
}
.TagClassName
{
border-color: #CDE170;
}
</style>