Shades of Mindaro #DFF970
Tints of Mindaro #DFF970
RGB
CMYK
RGB Variations
Color information
#DFF970 (or 0xDFF970) is known color: Mindaro. HEX triplet: DF, F9 and 70. RGB value is (223,249,112). Sum of RGB (Red+Green+Blue) = 223+249+112=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 112 (44.14% from 255 or 19.18% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF970 is #20068F. Grayscale: #E2E2E2. Windows color (decimal): -2098832 or 7403999. OLE color: 7403999.
HSL color Cylindrical-coordinate representation of color #DFF970: hue angle of 71.39º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFF970 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 249 | 112 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.02 |
| HSL | 71.39º | 0.92% | 0.71% | - |
| HSV(B) | 71.39º | 0.55% | 0.98% | - |
| XYZ | 67.23 | 84.61 | 28.12 | - |
| YUV | 225.61 | 63.89 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 249 | 112 | 0.10 | 0 | 0.55 | 0.02 | 71.39 | 0.92 | 0.71 |
| Hex | DF | F9 | 70 | A | 0 | 37 | 2 | 47 | 5C | 47 |
| Octal | 337 | 371 | 160 | 12 | 0 | 67 | 2 | 107 | 134 | 107 |
| Binary | 11011111 | 11111001 | 1110000 | 1010 | 0 | 110111 | 10 | 1000111 | 1011100 | 1000111 |
Color Harmonies of #DFF970
Complementary color
Monochromatic Colors of #DFF970
Black with #DFF970
Text Example
Text Example
White with #DFF970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF970; }
p { color: rgb(223,249,112); }
H1.HeaderClassName
{
color: #DFF970;
}
.AnyTagClassName
{
color: #DFF970;
}
</style>
background-color css
<style>
a { background-color: #DFF970; }
a { background-color: rgb(223,249,112); }
div.DivClassName
{
background-color: #DFF970;
}
.BgClassName
{
background-color: #DFF970;
}
</style>
border-color css
<style>
span { border-color: #DFF970; }
span { border-color: rgb(223,249,112); }
td.TdClassName
{
border-color: #DFF970;
}
.TagClassName
{
border-color: #DFF970;
}
</style>