Shades of Mindaro #DCEF72
Tints of Mindaro #DCEF72
RGB
CMYK
RGB Variations
Color information
#DCEF72 (or 0xDCEF72) is known color: Mindaro. HEX triplet: DC, EF and 72. RGB value is (220,239,114). Sum of RGB (Red+Green+Blue) = 220+239+114=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 239 (93.75% from 255 or 41.71% from 573); Blue value is 114 (44.92% from 255 or 19.90% from 573); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEF72 is #23108D. Grayscale: #DBDBDB. Windows color (decimal): -2297998 or 7532508. OLE color: 7532508.
HSL color Cylindrical-coordinate representation of color #DCEF72: hue angle of 69.12º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCEF72 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 114 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.06 |
| HSL | 69.12º | 0.8% | 0.69% | - |
| HSV(B) | 69.12º | 0.52% | 0.94% | - |
| XYZ | 63.42 | 78.16 | 27.66 | - |
| YUV | 219.07 | 68.71 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 114 | 0.08 | 0 | 0.52 | 0.06 | 69.12 | 0.8 | 0.69 |
| Hex | DC | EF | 72 | 8 | 0 | 34 | 6 | 45 | 50 | 45 |
| Octal | 334 | 357 | 162 | 10 | 0 | 64 | 6 | 105 | 120 | 105 |
| Binary | 11011100 | 11101111 | 1110010 | 1000 | 0 | 110100 | 110 | 1000101 | 1010000 | 1000101 |
Color Harmonies of #DCEF72
Complementary color
Monochromatic Colors of #DCEF72
Black with #DCEF72
Text Example
Text Example
White with #DCEF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEF72; }
p { color: rgb(220,239,114); }
H1.HeaderClassName
{
color: #DCEF72;
}
.AnyTagClassName
{
color: #DCEF72;
}
</style>
background-color css
<style>
a { background-color: #DCEF72; }
a { background-color: rgb(220,239,114); }
div.DivClassName
{
background-color: #DCEF72;
}
.BgClassName
{
background-color: #DCEF72;
}
</style>
border-color css
<style>
span { border-color: #DCEF72; }
span { border-color: rgb(220,239,114); }
td.TdClassName
{
border-color: #DCEF72;
}
.TagClassName
{
border-color: #DCEF72;
}
</style>