Shades of Mindaro #DCF981
Tints of Mindaro #DCF981
RGB
CMYK
RGB Variations
Color information
#DCF981 (or 0xDCF981) is known color: Mindaro. HEX triplet: DC, F9 and 81. RGB value is (220,249,129). Sum of RGB (Red+Green+Blue) = 220+249+129=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 249 (97.66% from 255 or 41.64% from 598); Blue value is 129 (50.78% from 255 or 21.57% from 598); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF981 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF981 is #23067E. Grayscale: #E3E3E3. Windows color (decimal): -2295423 or 8518108. OLE color: 8518108.
HSL color Cylindrical-coordinate representation of color #DCF981: hue angle of 74.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCF981 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 129 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.02 |
| HSL | 74.5º | 0.91% | 0.74% | - |
| HSV(B) | 74.5º | 0.48% | 0.98% | - |
| XYZ | 67.35 | 84.55 | 33.54 | - |
| YUV | 226.65 | 72.89 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 129 | 0.12 | 0 | 0.48 | 0.02 | 74.5 | 0.91 | 0.74 |
| Hex | DC | F9 | 81 | C | 0 | 30 | 2 | 4A | 5B | 4A |
| Octal | 334 | 371 | 201 | 14 | 0 | 60 | 2 | 112 | 133 | 112 |
| Binary | 11011100 | 11111001 | 10000001 | 1100 | 0 | 110000 | 10 | 1001010 | 1011011 | 1001010 |
Color Harmonies of #DCF981
Complementary color
Monochromatic Colors of #DCF981
Black with #DCF981
Text Example
Text Example
White with #DCF981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF981; }
p { color: rgb(220,249,129); }
H1.HeaderClassName
{
color: #DCF981;
}
.AnyTagClassName
{
color: #DCF981;
}
</style>
background-color css
<style>
a { background-color: #DCF981; }
a { background-color: rgb(220,249,129); }
div.DivClassName
{
background-color: #DCF981;
}
.BgClassName
{
background-color: #DCF981;
}
</style>
border-color css
<style>
span { border-color: #DCF981; }
span { border-color: rgb(220,249,129); }
td.TdClassName
{
border-color: #DCF981;
}
.TagClassName
{
border-color: #DCF981;
}
</style>