Shades of Mindaro #DCEF62
Tints of Mindaro #DCEF62
RGB
CMYK
RGB Variations
Color information
#DCEF62 (or 0xDCEF62) is known color: Mindaro. HEX triplet: DC, EF and 62. RGB value is (220,239,98). Sum of RGB (Red+Green+Blue) = 220+239+98=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 98 (38.67% from 255 or 17.59% from 557); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEF62 is #23109D. Grayscale: #D9D9D9. Windows color (decimal): -2298014 or 6483932. OLE color: 6483932.
HSL color Cylindrical-coordinate representation of color #DCEF62: hue angle of 68.09º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCEF62 is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 239 | 98 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.06 |
| HSL | 68.09º | 0.82% | 0.66% | - |
| HSV(B) | 68.09º | 0.59% | 0.94% | - |
| XYZ | 62.59 | 77.83 | 23.28 | - |
| YUV | 217.25 | 60.71 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 239 | 98 | 0.08 | 0 | 0.59 | 0.06 | 68.09 | 0.82 | 0.66 |
| Hex | DC | EF | 62 | 8 | 0 | 3B | 6 | 44 | 52 | 42 |
| Octal | 334 | 357 | 142 | 10 | 0 | 73 | 6 | 104 | 122 | 102 |
| Binary | 11011100 | 11101111 | 1100010 | 1000 | 0 | 111011 | 110 | 1000100 | 1010010 | 1000010 |
Color Harmonies of #DCEF62
Complementary color
Monochromatic Colors of #DCEF62
Black with #DCEF62
Text Example
Text Example
White with #DCEF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEF62; }
p { color: rgb(220,239,98); }
H1.HeaderClassName
{
color: #DCEF62;
}
.AnyTagClassName
{
color: #DCEF62;
}
</style>
background-color css
<style>
a { background-color: #DCEF62; }
a { background-color: rgb(220,239,98); }
div.DivClassName
{
background-color: #DCEF62;
}
.BgClassName
{
background-color: #DCEF62;
}
</style>
border-color css
<style>
span { border-color: #DCEF62; }
span { border-color: rgb(220,239,98); }
td.TdClassName
{
border-color: #DCEF62;
}
.TagClassName
{
border-color: #DCEF62;
}
</style>