Shades of Mindaro #CDE172
Tints of Mindaro #CDE172
RGB
CMYK
RGB Variations
Color information
#CDE172 (or 0xCDE172) is known color: Mindaro. HEX triplet: CD, E1 and 72. RGB value is (205,225,114). Sum of RGB (Red+Green+Blue) = 205+225+114=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 225 (88.28% from 255 or 41.36% from 544); Blue value is 114 (44.92% from 255 or 20.96% from 544); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE172 is #321E8D. Grayscale: #CECECE. Windows color (decimal): -3284622 or 7528909. OLE color: 7528909.
HSL color Cylindrical-coordinate representation of color #CDE172: hue angle of 70.81º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDE172 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 114 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.12 |
| HSL | 70.81º | 0.65% | 0.66% | - |
| HSV(B) | 70.81º | 0.49% | 0.88% | - |
| XYZ | 55.14 | 68.04 | 26.15 | - |
| YUV | 206.37 | 75.87 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 114 | 0.09 | 0 | 0.49 | 0.12 | 70.81 | 0.65 | 0.66 |
| Hex | CD | E1 | 72 | 9 | 0 | 31 | C | 47 | 41 | 42 |
| Octal | 315 | 341 | 162 | 11 | 0 | 61 | 14 | 107 | 101 | 102 |
| Binary | 11001101 | 11100001 | 1110010 | 1001 | 0 | 110001 | 1100 | 1000111 | 1000001 | 1000010 |
Color Harmonies of #CDE172
Complementary color
Monochromatic Colors of #CDE172
Black with #CDE172
Text Example
Text Example
White with #CDE172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE172; }
p { color: rgb(205,225,114); }
H1.HeaderClassName
{
color: #CDE172;
}
.AnyTagClassName
{
color: #CDE172;
}
</style>
background-color css
<style>
a { background-color: #CDE172; }
a { background-color: rgb(205,225,114); }
div.DivClassName
{
background-color: #CDE172;
}
.BgClassName
{
background-color: #CDE172;
}
</style>
border-color css
<style>
span { border-color: #CDE172; }
span { border-color: rgb(205,225,114); }
td.TdClassName
{
border-color: #CDE172;
}
.TagClassName
{
border-color: #CDE172;
}
</style>