Shades of Mindaro #DCF984
Tints of Mindaro #DCF984
RGB
CMYK
RGB Variations
Color information
#DCF984 (or 0xDCF984) is known color: Mindaro. HEX triplet: DC, F9 and 84. RGB value is (220,249,132). Sum of RGB (Red+Green+Blue) = 220+249+132=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 249 (97.66% from 255 or 41.43% from 601); Blue value is 132 (51.95% from 255 or 21.96% from 601); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF984 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF984 is #23067B. Grayscale: #E3E3E3. Windows color (decimal): -2295420 or 8714716. OLE color: 8714716.
HSL color Cylindrical-coordinate representation of color #DCF984: hue angle of 74.87º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCF984 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 132 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.02 |
| HSL | 74.87º | 0.91% | 0.75% | - |
| HSV(B) | 74.87º | 0.47% | 0.98% | - |
| XYZ | 67.56 | 84.63 | 34.61 | - |
| YUV | 226.99 | 74.39 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 132 | 0.12 | 0 | 0.47 | 0.02 | 74.87 | 0.91 | 0.75 |
| Hex | DC | F9 | 84 | C | 0 | 2F | 2 | 4B | 5B | 4B |
| Octal | 334 | 371 | 204 | 14 | 0 | 57 | 2 | 113 | 133 | 113 |
| Binary | 11011100 | 11111001 | 10000100 | 1100 | 0 | 101111 | 10 | 1001011 | 1011011 | 1001011 |
Color Harmonies of #DCF984
Complementary color
Monochromatic Colors of #DCF984
Black with #DCF984
Text Example
Text Example
White with #DCF984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF984; }
p { color: rgb(220,249,132); }
H1.HeaderClassName
{
color: #DCF984;
}
.AnyTagClassName
{
color: #DCF984;
}
</style>
background-color css
<style>
a { background-color: #DCF984; }
a { background-color: rgb(220,249,132); }
div.DivClassName
{
background-color: #DCF984;
}
.BgClassName
{
background-color: #DCF984;
}
</style>
border-color css
<style>
span { border-color: #DCF984; }
span { border-color: rgb(220,249,132); }
td.TdClassName
{
border-color: #DCF984;
}
.TagClassName
{
border-color: #DCF984;
}
</style>