Shades of Mindaro #DFF16D
Tints of Mindaro #DFF16D
RGB
CMYK
RGB Variations
Color information
#DFF16D (or 0xDFF16D) is known color: Mindaro. HEX triplet: DF, F1 and 6D. RGB value is (223,241,109). Sum of RGB (Red+Green+Blue) = 223+241+109=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 241 (94.53% from 255 or 42.06% from 573); Blue value is 109 (42.97% from 255 or 19.02% from 573); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF16D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF16D is #200E92. Grayscale: #DDDDDD. Windows color (decimal): -2100883 or 7205343. OLE color: 7205343.
HSL color Cylindrical-coordinate representation of color #DFF16D: hue angle of 68.18º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFF16D is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 241 | 109 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.05 |
| HSL | 68.18º | 0.83% | 0.69% | - |
| HSV(B) | 68.18º | 0.55% | 0.95% | - |
| XYZ | 64.65 | 79.7 | 26.44 | - |
| YUV | 220.57 | 65.04 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 241 | 109 | 0.07 | 0 | 0.55 | 0.05 | 68.18 | 0.83 | 0.69 |
| Hex | DF | F1 | 6D | 7 | 0 | 37 | 5 | 44 | 52 | 45 |
| Octal | 337 | 361 | 155 | 7 | 0 | 67 | 5 | 104 | 122 | 105 |
| Binary | 11011111 | 11110001 | 1101101 | 111 | 0 | 110111 | 101 | 1000100 | 1010010 | 1000101 |
Color Harmonies of #DFF16D
Complementary color
Monochromatic Colors of #DFF16D
Black with #DFF16D
Text Example
Text Example
White with #DFF16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF16D; }
p { color: rgb(223,241,109); }
H1.HeaderClassName
{
color: #DFF16D;
}
.AnyTagClassName
{
color: #DFF16D;
}
</style>
background-color css
<style>
a { background-color: #DFF16D; }
a { background-color: rgb(223,241,109); }
div.DivClassName
{
background-color: #DFF16D;
}
.BgClassName
{
background-color: #DFF16D;
}
</style>
border-color css
<style>
span { border-color: #DFF16D; }
span { border-color: rgb(223,241,109); }
td.TdClassName
{
border-color: #DFF16D;
}
.TagClassName
{
border-color: #DFF16D;
}
</style>