Shades of Mindaro #DCEE5F
Tints of Mindaro #DCEE5F
RGB
CMYK
RGB Variations
Color information
#DCEE5F (or 0xDCEE5F) is known color: Mindaro. HEX triplet: DC, EE and 5F. RGB value is (220,238,95). Sum of RGB (Red+Green+Blue) = 220+238+95=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 238 (93.36% from 255 or 43.04% from 553); Blue value is 95 (37.5% from 255 or 17.18% from 553); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEE5F is #2311A0. Grayscale: #D8D8D8. Windows color (decimal): -2298273 or 6287068. OLE color: 6287068.
HSL color Cylindrical-coordinate representation of color #DCEE5F: hue angle of 67.55º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCEE5F is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 95 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.07 |
| HSL | 67.55º | 0.81% | 0.65% | - |
| HSV(B) | 67.55º | 0.6% | 0.93% | - |
| XYZ | 62.16 | 77.19 | 22.45 | - |
| YUV | 216.32 | 59.54 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 95 | 0.08 | 0 | 0.60 | 0.07 | 67.55 | 0.81 | 0.65 |
| Hex | DC | EE | 5F | 8 | 0 | 3C | 7 | 44 | 51 | 41 |
| Octal | 334 | 356 | 137 | 10 | 0 | 74 | 7 | 104 | 121 | 101 |
| Binary | 11011100 | 11101110 | 1011111 | 1000 | 0 | 111100 | 111 | 1000100 | 1010001 | 1000001 |
Color Harmonies of #DCEE5F
Complementary color
Monochromatic Colors of #DCEE5F
Black with #DCEE5F
Text Example
Text Example
White with #DCEE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEE5F; }
p { color: rgb(220,238,95); }
H1.HeaderClassName
{
color: #DCEE5F;
}
.AnyTagClassName
{
color: #DCEE5F;
}
</style>
background-color css
<style>
a { background-color: #DCEE5F; }
a { background-color: rgb(220,238,95); }
div.DivClassName
{
background-color: #DCEE5F;
}
.BgClassName
{
background-color: #DCEE5F;
}
</style>
border-color css
<style>
span { border-color: #DCEE5F; }
span { border-color: rgb(220,238,95); }
td.TdClassName
{
border-color: #DCEE5F;
}
.TagClassName
{
border-color: #DCEE5F;
}
</style>