Shades of Mindaro #DFF17D
Tints of Mindaro #DFF17D
RGB
CMYK
RGB Variations
Color information
#DFF17D (or 0xDFF17D) is known color: Mindaro. HEX triplet: DF, F1 and 7D. RGB value is (223,241,125). Sum of RGB (Red+Green+Blue) = 223+241+125=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 125 (49.22% from 255 or 21.22% from 589); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF17D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF17D is #200E82. Grayscale: #DEDEDE. Windows color (decimal): -2100867 or 8253919. OLE color: 8253919.
HSL color Cylindrical-coordinate representation of color #DFF17D: hue angle of 69.31º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFF17D is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 125 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.05 |
| HSL | 69.31º | 0.81% | 0.72% | - |
| HSV(B) | 69.31º | 0.48% | 0.95% | - |
| XYZ | 65.59 | 80.08 | 31.4 | - |
| YUV | 222.39 | 73.04 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 125 | 0.07 | 0 | 0.48 | 0.05 | 69.31 | 0.81 | 0.72 |
| Hex | DF | F1 | 7D | 7 | 0 | 30 | 5 | 45 | 51 | 48 |
| Octal | 337 | 361 | 175 | 7 | 0 | 60 | 5 | 105 | 121 | 110 |
| Binary | 11011111 | 11110001 | 1111101 | 111 | 0 | 110000 | 101 | 1000101 | 1010001 | 1001000 |
Color Harmonies of #DFF17D
Complementary color
Monochromatic Colors of #DFF17D
Black with #DFF17D
Text Example
Text Example
White with #DFF17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF17D; }
p { color: rgb(223,241,125); }
H1.HeaderClassName
{
color: #DFF17D;
}
.AnyTagClassName
{
color: #DFF17D;
}
</style>
background-color css
<style>
a { background-color: #DFF17D; }
a { background-color: rgb(223,241,125); }
div.DivClassName
{
background-color: #DFF17D;
}
.BgClassName
{
background-color: #DFF17D;
}
</style>
border-color css
<style>
span { border-color: #DFF17D; }
span { border-color: rgb(223,241,125); }
td.TdClassName
{
border-color: #DFF17D;
}
.TagClassName
{
border-color: #DFF17D;
}
</style>