Shades of Mindaro #DFF481
Tints of Mindaro #DFF481
RGB
CMYK
RGB Variations
Color information
#DFF481 (or 0xDFF481) is known color: Mindaro. HEX triplet: DF, F4 and 81. RGB value is (223,244,129). Sum of RGB (Red+Green+Blue) = 223+244+129=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 244 (95.70% from 255 or 40.94% from 596); Blue value is 129 (50.78% from 255 or 21.64% from 596); Max value from RGB is 244 - color contains mainly: green. Hex color #DFF481 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFF481 is #200B7E. Grayscale: #E1E1E1. Windows color (decimal): -2100095 or 8516831. OLE color: 8516831.
HSL color Cylindrical-coordinate representation of color #DFF481: hue angle of 70.96º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DFF481 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 244 | 129 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.04 |
| HSL | 70.96º | 0.84% | 0.73% | - |
| HSV(B) | 70.96º | 0.47% | 0.96% | - |
| XYZ | 66.74 | 81.97 | 33.07 | - |
| YUV | 224.61 | 74.04 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 244 | 129 | 0.09 | 0 | 0.47 | 0.04 | 70.96 | 0.84 | 0.73 |
| Hex | DF | F4 | 81 | 9 | 0 | 2F | 4 | 47 | 54 | 49 |
| Octal | 337 | 364 | 201 | 11 | 0 | 57 | 4 | 107 | 124 | 111 |
| Binary | 11011111 | 11110100 | 10000001 | 1001 | 0 | 101111 | 100 | 1000111 | 1010100 | 1001001 |
Color Harmonies of #DFF481
Complementary color
Monochromatic Colors of #DFF481
Black with #DFF481
Text Example
Text Example
White with #DFF481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF481; }
p { color: rgb(223,244,129); }
H1.HeaderClassName
{
color: #DFF481;
}
.AnyTagClassName
{
color: #DFF481;
}
</style>
background-color css
<style>
a { background-color: #DFF481; }
a { background-color: rgb(223,244,129); }
div.DivClassName
{
background-color: #DFF481;
}
.BgClassName
{
background-color: #DFF481;
}
</style>
border-color css
<style>
span { border-color: #DFF481; }
span { border-color: rgb(223,244,129); }
td.TdClassName
{
border-color: #DFF481;
}
.TagClassName
{
border-color: #DFF481;
}
</style>