Shades of Mindaro #DCEE70
Tints of Mindaro #DCEE70
RGB
CMYK
RGB Variations
Color information
#DCEE70 (or 0xDCEE70) is known color: Mindaro. HEX triplet: DC, EE and 70. RGB value is (220,238,112). Sum of RGB (Red+Green+Blue) = 220+238+112=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 112 (44.14% from 255 or 19.65% from 570); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEE70 is #23118F. Grayscale: #DADADA. Windows color (decimal): -2298256 or 7401180. OLE color: 7401180.
HSL color Cylindrical-coordinate representation of color #DCEE70: hue angle of 68.57º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCEE70 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 112 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.07 |
| HSL | 68.57º | 0.79% | 0.69% | - |
| HSV(B) | 68.57º | 0.53% | 0.93% | - |
| XYZ | 63.01 | 77.53 | 26.97 | - |
| YUV | 218.25 | 68.04 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 112 | 0.08 | 0 | 0.53 | 0.07 | 68.57 | 0.79 | 0.69 |
| Hex | DC | EE | 70 | 8 | 0 | 35 | 7 | 45 | 4F | 45 |
| Octal | 334 | 356 | 160 | 10 | 0 | 65 | 7 | 105 | 117 | 105 |
| Binary | 11011100 | 11101110 | 1110000 | 1000 | 0 | 110101 | 111 | 1000101 | 1001111 | 1000101 |
Color Harmonies of #DCEE70
Complementary color
Monochromatic Colors of #DCEE70
Black with #DCEE70
Text Example
Text Example
White with #DCEE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEE70; }
p { color: rgb(220,238,112); }
H1.HeaderClassName
{
color: #DCEE70;
}
.AnyTagClassName
{
color: #DCEE70;
}
</style>
background-color css
<style>
a { background-color: #DCEE70; }
a { background-color: rgb(220,238,112); }
div.DivClassName
{
background-color: #DCEE70;
}
.BgClassName
{
background-color: #DCEE70;
}
</style>
border-color css
<style>
span { border-color: #DCEE70; }
span { border-color: rgb(220,238,112); }
td.TdClassName
{
border-color: #DCEE70;
}
.TagClassName
{
border-color: #DCEE70;
}
</style>