Shades of Mindaro #DCEF6F
Tints of Mindaro #DCEF6F
RGB
CMYK
RGB Variations
Color information
#DCEF6F (or 0xDCEF6F) is known color: Mindaro. HEX triplet: DC, EF and 6F. RGB value is (220,239,111). Sum of RGB (Red+Green+Blue) = 220+239+111=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 111 (43.75% from 255 or 19.47% from 570); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEF6F is #231090. Grayscale: #DBDBDB. Windows color (decimal): -2298001 or 7335900. OLE color: 7335900.
HSL color Cylindrical-coordinate representation of color #DCEF6F: hue angle of 68.91º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCEF6F is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 111 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.06 |
| HSL | 68.91º | 0.8% | 0.69% | - |
| HSV(B) | 68.91º | 0.54% | 0.94% | - |
| XYZ | 63.25 | 78.1 | 26.78 | - |
| YUV | 218.73 | 67.21 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 111 | 0.08 | 0 | 0.54 | 0.06 | 68.91 | 0.8 | 0.69 |
| Hex | DC | EF | 6F | 8 | 0 | 36 | 6 | 45 | 50 | 45 |
| Octal | 334 | 357 | 157 | 10 | 0 | 66 | 6 | 105 | 120 | 105 |
| Binary | 11011100 | 11101111 | 1101111 | 1000 | 0 | 110110 | 110 | 1000101 | 1010000 | 1000101 |
Color Harmonies of #DCEF6F
Complementary color
Monochromatic Colors of #DCEF6F
Black with #DCEF6F
Text Example
Text Example
White with #DCEF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEF6F; }
p { color: rgb(220,239,111); }
H1.HeaderClassName
{
color: #DCEF6F;
}
.AnyTagClassName
{
color: #DCEF6F;
}
</style>
background-color css
<style>
a { background-color: #DCEF6F; }
a { background-color: rgb(220,239,111); }
div.DivClassName
{
background-color: #DCEF6F;
}
.BgClassName
{
background-color: #DCEF6F;
}
</style>
border-color css
<style>
span { border-color: #DCEF6F; }
span { border-color: rgb(220,239,111); }
td.TdClassName
{
border-color: #DCEF6F;
}
.TagClassName
{
border-color: #DCEF6F;
}
</style>