Shades of Mindaro #DCEF6D
Tints of Mindaro #DCEF6D
RGB
CMYK
RGB Variations
Color information
#DCEF6D (or 0xDCEF6D) is known color: Mindaro. HEX triplet: DC, EF and 6D. RGB value is (220,239,109). Sum of RGB (Red+Green+Blue) = 220+239+109=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 239 (93.75% from 255 or 42.08% from 568); Blue value is 109 (42.97% from 255 or 19.19% from 568); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEF6D is #231092. Grayscale: #DBDBDB. Windows color (decimal): -2298003 or 7204828. OLE color: 7204828.
HSL color Cylindrical-coordinate representation of color #DCEF6D: hue angle of 68.77º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCEF6D is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 109 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.06 |
| HSL | 68.77º | 0.8% | 0.68% | - |
| HSV(B) | 68.77º | 0.54% | 0.94% | - |
| XYZ | 63.14 | 78.05 | 26.21 | - |
| YUV | 218.5 | 66.21 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 109 | 0.08 | 0 | 0.54 | 0.06 | 68.77 | 0.8 | 0.68 |
| Hex | DC | EF | 6D | 8 | 0 | 36 | 6 | 45 | 50 | 44 |
| Octal | 334 | 357 | 155 | 10 | 0 | 66 | 6 | 105 | 120 | 104 |
| Binary | 11011100 | 11101111 | 1101101 | 1000 | 0 | 110110 | 110 | 1000101 | 1010000 | 1000100 |
Color Harmonies of #DCEF6D
Complementary color
Monochromatic Colors of #DCEF6D
Black with #DCEF6D
Text Example
Text Example
White with #DCEF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEF6D; }
p { color: rgb(220,239,109); }
H1.HeaderClassName
{
color: #DCEF6D;
}
.AnyTagClassName
{
color: #DCEF6D;
}
</style>
background-color css
<style>
a { background-color: #DCEF6D; }
a { background-color: rgb(220,239,109); }
div.DivClassName
{
background-color: #DCEF6D;
}
.BgClassName
{
background-color: #DCEF6D;
}
</style>
border-color css
<style>
span { border-color: #DCEF6D; }
span { border-color: rgb(220,239,109); }
td.TdClassName
{
border-color: #DCEF6D;
}
.TagClassName
{
border-color: #DCEF6D;
}
</style>