Shades of Mindaro #DCEE72
Tints of Mindaro #DCEE72
RGB
CMYK
RGB Variations
Color information
#DCEE72 (or 0xDCEE72) is known color: Mindaro. HEX triplet: DC, EE and 72. RGB value is (220,238,114). Sum of RGB (Red+Green+Blue) = 220+238+114=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 114 (44.92% from 255 or 19.93% from 572); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEE72 is #23118D. Grayscale: #DADADA. Windows color (decimal): -2298254 or 7532252. OLE color: 7532252.
HSL color Cylindrical-coordinate representation of color #DCEE72: hue angle of 68.71º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCEE72 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 114 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.07 |
| HSL | 68.71º | 0.78% | 0.69% | - |
| HSV(B) | 68.71º | 0.52% | 0.93% | - |
| XYZ | 63.13 | 77.58 | 27.57 | - |
| YUV | 218.48 | 69.04 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 114 | 0.08 | 0 | 0.52 | 0.07 | 68.71 | 0.78 | 0.69 |
| Hex | DC | EE | 72 | 8 | 0 | 34 | 7 | 45 | 4E | 45 |
| Octal | 334 | 356 | 162 | 10 | 0 | 64 | 7 | 105 | 116 | 105 |
| Binary | 11011100 | 11101110 | 1110010 | 1000 | 0 | 110100 | 111 | 1000101 | 1001110 | 1000101 |
Color Harmonies of #DCEE72
Complementary color
Monochromatic Colors of #DCEE72
Black with #DCEE72
Text Example
Text Example
White with #DCEE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEE72; }
p { color: rgb(220,238,114); }
H1.HeaderClassName
{
color: #DCEE72;
}
.AnyTagClassName
{
color: #DCEE72;
}
</style>
background-color css
<style>
a { background-color: #DCEE72; }
a { background-color: rgb(220,238,114); }
div.DivClassName
{
background-color: #DCEE72;
}
.BgClassName
{
background-color: #DCEE72;
}
</style>
border-color css
<style>
span { border-color: #DCEE72; }
span { border-color: rgb(220,238,114); }
td.TdClassName
{
border-color: #DCEE72;
}
.TagClassName
{
border-color: #DCEE72;
}
</style>