Shades of Mindaro #DCEF70
Tints of Mindaro #DCEF70
RGB
CMYK
RGB Variations
Color information
#DCEF70 (or 0xDCEF70) is known color: Mindaro. HEX triplet: DC, EF and 70. RGB value is (220,239,112). Sum of RGB (Red+Green+Blue) = 220+239+112=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 239 (93.75% from 255 or 41.86% from 571); Blue value is 112 (44.14% from 255 or 19.61% from 571); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEF70 is #23108F. Grayscale: #DBDBDB. Windows color (decimal): -2298000 or 7401436. OLE color: 7401436.
HSL color Cylindrical-coordinate representation of color #DCEF70: hue angle of 68.98º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCEF70 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 112 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.06 |
| HSL | 68.98º | 0.8% | 0.69% | - |
| HSV(B) | 68.98º | 0.53% | 0.94% | - |
| XYZ | 63.31 | 78.12 | 27.07 | - |
| YUV | 218.84 | 67.71 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 112 | 0.08 | 0 | 0.53 | 0.06 | 68.98 | 0.8 | 0.69 |
| Hex | DC | EF | 70 | 8 | 0 | 35 | 6 | 45 | 50 | 45 |
| Octal | 334 | 357 | 160 | 10 | 0 | 65 | 6 | 105 | 120 | 105 |
| Binary | 11011100 | 11101111 | 1110000 | 1000 | 0 | 110101 | 110 | 1000101 | 1010000 | 1000101 |
Color Harmonies of #DCEF70
Complementary color
Monochromatic Colors of #DCEF70
Black with #DCEF70
Text Example
Text Example
White with #DCEF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEF70; }
p { color: rgb(220,239,112); }
H1.HeaderClassName
{
color: #DCEF70;
}
.AnyTagClassName
{
color: #DCEF70;
}
</style>
background-color css
<style>
a { background-color: #DCEF70; }
a { background-color: rgb(220,239,112); }
div.DivClassName
{
background-color: #DCEF70;
}
.BgClassName
{
background-color: #DCEF70;
}
</style>
border-color css
<style>
span { border-color: #DCEF70; }
span { border-color: rgb(220,239,112); }
td.TdClassName
{
border-color: #DCEF70;
}
.TagClassName
{
border-color: #DCEF70;
}
</style>