Shades of Mindaro #DCEE87
Tints of Mindaro #DCEE87
RGB
CMYK
RGB Variations
Color information
#DCEE87 (or 0xDCEE87) is known color: Mindaro. HEX triplet: DC, EE and 87. RGB value is (220,238,135). Sum of RGB (Red+Green+Blue) = 220+238+135=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 238 (93.36% from 255 or 40.13% from 593); Blue value is 135 (53.12% from 255 or 22.77% from 593); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEE87 is #231178. Grayscale: #DDDDDD. Windows color (decimal): -2298233 or 8908508. OLE color: 8908508.
HSL color Cylindrical-coordinate representation of color #DCEE87: hue angle of 70.49º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCEE87 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 135 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.07 |
| HSL | 70.49º | 0.75% | 0.73% | - |
| HSV(B) | 70.49º | 0.43% | 0.93% | - |
| XYZ | 64.46 | 78.11 | 34.6 | - |
| YUV | 220.88 | 79.54 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 135 | 0.08 | 0 | 0.43 | 0.07 | 70.49 | 0.75 | 0.73 |
| Hex | DC | EE | 87 | 8 | 0 | 2B | 7 | 46 | 4B | 49 |
| Octal | 334 | 356 | 207 | 10 | 0 | 53 | 7 | 106 | 113 | 111 |
| Binary | 11011100 | 11101110 | 10000111 | 1000 | 0 | 101011 | 111 | 1000110 | 1001011 | 1001001 |
Color Harmonies of #DCEE87
Complementary color
Monochromatic Colors of #DCEE87
Black with #DCEE87
Text Example
Text Example
White with #DCEE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEE87; }
p { color: rgb(220,238,135); }
H1.HeaderClassName
{
color: #DCEE87;
}
.AnyTagClassName
{
color: #DCEE87;
}
</style>
background-color css
<style>
a { background-color: #DCEE87; }
a { background-color: rgb(220,238,135); }
div.DivClassName
{
background-color: #DCEE87;
}
.BgClassName
{
background-color: #DCEE87;
}
</style>
border-color css
<style>
span { border-color: #DCEE87; }
span { border-color: rgb(220,238,135); }
td.TdClassName
{
border-color: #DCEE87;
}
.TagClassName
{
border-color: #DCEE87;
}
</style>