Shades of Mindaro #DCEF67
Tints of Mindaro #DCEF67
RGB
CMYK
RGB Variations
Color information
#DCEF67 (or 0xDCEF67) is known color: Mindaro. HEX triplet: DC, EF and 67. RGB value is (220,239,103). Sum of RGB (Red+Green+Blue) = 220+239+103=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 103 (40.62% from 255 or 18.33% from 562); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEF67 is #231098. Grayscale: #DADADA. Windows color (decimal): -2298009 or 6811612. OLE color: 6811612.
HSL color Cylindrical-coordinate representation of color #DCEF67: hue angle of 68.38º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCEF67 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 103 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.06 |
| HSL | 68.38º | 0.81% | 0.67% | - |
| HSV(B) | 68.38º | 0.57% | 0.94% | - |
| XYZ | 62.83 | 77.93 | 24.56 | - |
| YUV | 217.82 | 63.21 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 103 | 0.08 | 0 | 0.57 | 0.06 | 68.38 | 0.81 | 0.67 |
| Hex | DC | EF | 67 | 8 | 0 | 39 | 6 | 44 | 51 | 43 |
| Octal | 334 | 357 | 147 | 10 | 0 | 71 | 6 | 104 | 121 | 103 |
| Binary | 11011100 | 11101111 | 1100111 | 1000 | 0 | 111001 | 110 | 1000100 | 1010001 | 1000011 |
Color Harmonies of #DCEF67
Complementary color
Monochromatic Colors of #DCEF67
Black with #DCEF67
Text Example
Text Example
White with #DCEF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEF67; }
p { color: rgb(220,239,103); }
H1.HeaderClassName
{
color: #DCEF67;
}
.AnyTagClassName
{
color: #DCEF67;
}
</style>
background-color css
<style>
a { background-color: #DCEF67; }
a { background-color: rgb(220,239,103); }
div.DivClassName
{
background-color: #DCEF67;
}
.BgClassName
{
background-color: #DCEF67;
}
</style>
border-color css
<style>
span { border-color: #DCEF67; }
span { border-color: rgb(220,239,103); }
td.TdClassName
{
border-color: #DCEF67;
}
.TagClassName
{
border-color: #DCEF67;
}
</style>