Shades of Mindaro #DCEE73
Tints of Mindaro #DCEE73
RGB
CMYK
RGB Variations
Color information
#DCEE73 (or 0xDCEE73) is known color: Mindaro. HEX triplet: DC, EE and 73. RGB value is (220,238,115). Sum of RGB (Red+Green+Blue) = 220+238+115=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 115 (45.31% from 255 or 20.07% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEE73 is #23118C. Grayscale: #DBDBDB. Windows color (decimal): -2298253 or 7597788. OLE color: 7597788.
HSL color Cylindrical-coordinate representation of color #DCEE73: hue angle of 68.78º 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 #DCEE73 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 115 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.07 |
| HSL | 68.78º | 0.78% | 0.69% | - |
| HSV(B) | 68.78º | 0.52% | 0.93% | - |
| XYZ | 63.18 | 77.6 | 27.87 | - |
| YUV | 218.6 | 69.54 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 115 | 0.08 | 0 | 0.52 | 0.07 | 68.78 | 0.78 | 0.69 |
| Hex | DC | EE | 73 | 8 | 0 | 34 | 7 | 45 | 4E | 45 |
| Octal | 334 | 356 | 163 | 10 | 0 | 64 | 7 | 105 | 116 | 105 |
| Binary | 11011100 | 11101110 | 1110011 | 1000 | 0 | 110100 | 111 | 1000101 | 1001110 | 1000101 |
Color Harmonies of #DCEE73
Complementary color
Monochromatic Colors of #DCEE73
Black with #DCEE73
Text Example
Text Example
White with #DCEE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEE73; }
p { color: rgb(220,238,115); }
H1.HeaderClassName
{
color: #DCEE73;
}
.AnyTagClassName
{
color: #DCEE73;
}
</style>
background-color css
<style>
a { background-color: #DCEE73; }
a { background-color: rgb(220,238,115); }
div.DivClassName
{
background-color: #DCEE73;
}
.BgClassName
{
background-color: #DCEE73;
}
</style>
border-color css
<style>
span { border-color: #DCEE73; }
span { border-color: rgb(220,238,115); }
td.TdClassName
{
border-color: #DCEE73;
}
.TagClassName
{
border-color: #DCEE73;
}
</style>