Shades of Mindaro #DCEE7F
Tints of Mindaro #DCEE7F
RGB
CMYK
RGB Variations
Color information
#DCEE7F (or 0xDCEE7F) is known color: Mindaro. HEX triplet: DC, EE and 7F. RGB value is (220,238,127). Sum of RGB (Red+Green+Blue) = 220+238+127=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 127 (50% from 255 or 21.71% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEE7F is #231180. Grayscale: #DCDCDC. Windows color (decimal): -2298241 or 8384220. OLE color: 8384220.
HSL color Cylindrical-coordinate representation of color #DCEE7F: hue angle of 69.73º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCEE7F is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 127 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.07 |
| HSL | 69.73º | 0.77% | 0.72% | - |
| HSV(B) | 69.73º | 0.47% | 0.93% | - |
| XYZ | 63.92 | 77.9 | 31.75 | - |
| YUV | 219.96 | 75.54 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 127 | 0.08 | 0 | 0.47 | 0.07 | 69.73 | 0.77 | 0.72 |
| Hex | DC | EE | 7F | 8 | 0 | 2F | 7 | 46 | 4D | 48 |
| Octal | 334 | 356 | 177 | 10 | 0 | 57 | 7 | 106 | 115 | 110 |
| Binary | 11011100 | 11101110 | 1111111 | 1000 | 0 | 101111 | 111 | 1000110 | 1001101 | 1001000 |
Color Harmonies of #DCEE7F
Complementary color
Monochromatic Colors of #DCEE7F
Black with #DCEE7F
Text Example
Text Example
White with #DCEE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEE7F; }
p { color: rgb(220,238,127); }
H1.HeaderClassName
{
color: #DCEE7F;
}
.AnyTagClassName
{
color: #DCEE7F;
}
</style>
background-color css
<style>
a { background-color: #DCEE7F; }
a { background-color: rgb(220,238,127); }
div.DivClassName
{
background-color: #DCEE7F;
}
.BgClassName
{
background-color: #DCEE7F;
}
</style>
border-color css
<style>
span { border-color: #DCEE7F; }
span { border-color: rgb(220,238,127); }
td.TdClassName
{
border-color: #DCEE7F;
}
.TagClassName
{
border-color: #DCEE7F;
}
</style>