Shades of Mindaro #DCEE6A
Tints of Mindaro #DCEE6A
RGB
CMYK
RGB Variations
Color information
#DCEE6A (or 0xDCEE6A) is known color: Mindaro. HEX triplet: DC, EE and 6A. RGB value is (220,238,106). Sum of RGB (Red+Green+Blue) = 220+238+106=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 106 (41.80% from 255 or 18.79% from 564); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEE6A is #231195. Grayscale: #DADADA. Windows color (decimal): -2298262 or 7007964. OLE color: 7007964.
HSL color Cylindrical-coordinate representation of color #DCEE6A: hue angle of 68.18º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCEE6A is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 106 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.07 |
| HSL | 68.18º | 0.8% | 0.67% | - |
| HSV(B) | 68.18º | 0.55% | 0.93% | - |
| XYZ | 62.69 | 77.41 | 25.27 | - |
| YUV | 217.57 | 65.04 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 106 | 0.08 | 0 | 0.55 | 0.07 | 68.18 | 0.8 | 0.67 |
| Hex | DC | EE | 6A | 8 | 0 | 37 | 7 | 44 | 50 | 43 |
| Octal | 334 | 356 | 152 | 10 | 0 | 67 | 7 | 104 | 120 | 103 |
| Binary | 11011100 | 11101110 | 1101010 | 1000 | 0 | 110111 | 111 | 1000100 | 1010000 | 1000011 |
Color Harmonies of #DCEE6A
Complementary color
Monochromatic Colors of #DCEE6A
Black with #DCEE6A
Text Example
Text Example
White with #DCEE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEE6A; }
p { color: rgb(220,238,106); }
H1.HeaderClassName
{
color: #DCEE6A;
}
.AnyTagClassName
{
color: #DCEE6A;
}
</style>
background-color css
<style>
a { background-color: #DCEE6A; }
a { background-color: rgb(220,238,106); }
div.DivClassName
{
background-color: #DCEE6A;
}
.BgClassName
{
background-color: #DCEE6A;
}
</style>
border-color css
<style>
span { border-color: #DCEE6A; }
span { border-color: rgb(220,238,106); }
td.TdClassName
{
border-color: #DCEE6A;
}
.TagClassName
{
border-color: #DCEE6A;
}
</style>