Shades of Mindaro #DCEF71
Tints of Mindaro #DCEF71
RGB
CMYK
RGB Variations
Color information
#DCEF71 (or 0xDCEF71) is known color: Mindaro. HEX triplet: DC, EF and 71. RGB value is (220,239,113). Sum of RGB (Red+Green+Blue) = 220+239+113=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 239 (93.75% from 255 or 41.78% from 572); Blue value is 113 (44.53% from 255 or 19.76% from 572); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEF71 is #23108E. Grayscale: #DBDBDB. Windows color (decimal): -2297999 or 7466972. OLE color: 7466972.
HSL color Cylindrical-coordinate representation of color #DCEF71: hue angle of 69.05º 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 #DCEF71 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 113 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.06 |
| HSL | 69.05º | 0.8% | 0.69% | - |
| HSV(B) | 69.05º | 0.53% | 0.94% | - |
| XYZ | 63.36 | 78.14 | 27.37 | - |
| YUV | 218.96 | 68.21 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 113 | 0.08 | 0 | 0.53 | 0.06 | 69.05 | 0.8 | 0.69 |
| Hex | DC | EF | 71 | 8 | 0 | 35 | 6 | 45 | 50 | 45 |
| Octal | 334 | 357 | 161 | 10 | 0 | 65 | 6 | 105 | 120 | 105 |
| Binary | 11011100 | 11101111 | 1110001 | 1000 | 0 | 110101 | 110 | 1000101 | 1010000 | 1000101 |
Color Harmonies of #DCEF71
Complementary color
Monochromatic Colors of #DCEF71
Black with #DCEF71
Text Example
Text Example
White with #DCEF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEF71; }
p { color: rgb(220,239,113); }
H1.HeaderClassName
{
color: #DCEF71;
}
.AnyTagClassName
{
color: #DCEF71;
}
</style>
background-color css
<style>
a { background-color: #DCEF71; }
a { background-color: rgb(220,239,113); }
div.DivClassName
{
background-color: #DCEF71;
}
.BgClassName
{
background-color: #DCEF71;
}
</style>
border-color css
<style>
span { border-color: #DCEF71; }
span { border-color: rgb(220,239,113); }
td.TdClassName
{
border-color: #DCEF71;
}
.TagClassName
{
border-color: #DCEF71;
}
</style>