Shades of Mindaro #DFF981
Tints of Mindaro #DFF981
RGB
CMYK
RGB Variations
Color information
#DFF981 (or 0xDFF981) is known color: Mindaro. HEX triplet: DF, F9 and 81. RGB value is (223,249,129). Sum of RGB (Red+Green+Blue) = 223+249+129=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 249 (97.66% from 255 or 41.43% from 601); Blue value is 129 (50.78% from 255 or 21.46% from 601); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF981 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF981 is #20067E. Grayscale: #E4E4E4. Windows color (decimal): -2098815 or 8518111. OLE color: 8518111.
HSL color Cylindrical-coordinate representation of color #DFF981: hue angle of 73º 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 #DFF981 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 249 | 129 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.02 |
| HSL | 73º | 0.91% | 0.74% | - |
| HSV(B) | 73º | 0.48% | 0.98% | - |
| XYZ | 68.27 | 85.02 | 33.58 | - |
| YUV | 227.55 | 72.39 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 249 | 129 | 0.10 | 0 | 0.48 | 0.02 | 73 | 0.91 | 0.74 |
| Hex | DF | F9 | 81 | A | 0 | 30 | 2 | 49 | 5B | 4A |
| Octal | 337 | 371 | 201 | 12 | 0 | 60 | 2 | 111 | 133 | 112 |
| Binary | 11011111 | 11111001 | 10000001 | 1010 | 0 | 110000 | 10 | 1001001 | 1011011 | 1001010 |
Color Harmonies of #DFF981
Complementary color
Monochromatic Colors of #DFF981
Black with #DFF981
Text Example
Text Example
White with #DFF981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF981; }
p { color: rgb(223,249,129); }
H1.HeaderClassName
{
color: #DFF981;
}
.AnyTagClassName
{
color: #DFF981;
}
</style>
background-color css
<style>
a { background-color: #DFF981; }
a { background-color: rgb(223,249,129); }
div.DivClassName
{
background-color: #DFF981;
}
.BgClassName
{
background-color: #DFF981;
}
</style>
border-color css
<style>
span { border-color: #DFF981; }
span { border-color: rgb(223,249,129); }
td.TdClassName
{
border-color: #DFF981;
}
.TagClassName
{
border-color: #DFF981;
}
</style>