Shades of Mindaro #CDE174
Tints of Mindaro #CDE174
RGB
CMYK
RGB Variations
Color information
#CDE174 (or 0xCDE174) is known color: Mindaro. HEX triplet: CD, E1 and 74. RGB value is (205,225,116). Sum of RGB (Red+Green+Blue) = 205+225+116=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 116 (45.70% from 255 or 21.25% from 546); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE174 is #321E8B. Grayscale: #CFCFCF. Windows color (decimal): -3284620 or 7659981. OLE color: 7659981.
HSL color Cylindrical-coordinate representation of color #CDE174: hue angle of 71.01º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDE174 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 116 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.12 |
| HSL | 71.01º | 0.64% | 0.67% | - |
| HSV(B) | 71.01º | 0.48% | 0.88% | - |
| XYZ | 55.25 | 68.09 | 26.75 | - |
| YUV | 206.59 | 76.87 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 116 | 0.09 | 0 | 0.48 | 0.12 | 71.01 | 0.64 | 0.67 |
| Hex | CD | E1 | 74 | 9 | 0 | 30 | C | 47 | 40 | 43 |
| Octal | 315 | 341 | 164 | 11 | 0 | 60 | 14 | 107 | 100 | 103 |
| Binary | 11001101 | 11100001 | 1110100 | 1001 | 0 | 110000 | 1100 | 1000111 | 1000000 | 1000011 |
Color Harmonies of #CDE174
Complementary color
Monochromatic Colors of #CDE174
Black with #CDE174
Text Example
Text Example
White with #CDE174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE174; }
p { color: rgb(205,225,116); }
H1.HeaderClassName
{
color: #CDE174;
}
.AnyTagClassName
{
color: #CDE174;
}
</style>
background-color css
<style>
a { background-color: #CDE174; }
a { background-color: rgb(205,225,116); }
div.DivClassName
{
background-color: #CDE174;
}
.BgClassName
{
background-color: #CDE174;
}
</style>
border-color css
<style>
span { border-color: #CDE174; }
span { border-color: rgb(205,225,116); }
td.TdClassName
{
border-color: #CDE174;
}
.TagClassName
{
border-color: #CDE174;
}
</style>