Shades of Mindaro #DFFF6D
Tints of Mindaro #DFFF6D
RGB
CMYK
RGB Variations
Color information
#DFFF6D (or 0xDFFF6D) is known color: Mindaro. HEX triplet: DF, FF and 6D. RGB value is (223,255,109). Sum of RGB (Red+Green+Blue) = 223+255+109=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 109 (42.97% from 255 or 18.57% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFF6D is #200092. Grayscale: #E5E5E5. Windows color (decimal): -2097299 or 7208927. OLE color: 7208927.
HSL color Cylindrical-coordinate representation of color #DFFF6D: hue angle of 73.15º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFFF6D is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 109 | - |
| CMYK | 0.13 | 0 | 0.57 | 0 |
| HSL | 73.15º | 1% | 0.71% | - |
| HSV(B) | 73.15º | 0.57% | 1% | - |
| XYZ | 68.95 | 88.31 | 27.88 | - |
| YUV | 228.79 | 60.4 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 109 | 0.13 | 0 | 0.57 | 0 | 73.15 | 1 | 0.71 |
| Hex | DF | FF | 6D | D | 0 | 39 | 0 | 49 | 64 | 47 |
| Octal | 337 | 377 | 155 | 15 | 0 | 71 | 0 | 111 | 144 | 107 |
| Binary | 11011111 | 11111111 | 1101101 | 1101 | 0 | 111001 | 0 | 1001001 | 1100100 | 1000111 |
Color Harmonies of #DFFF6D
Complementary color
Monochromatic Colors of #DFFF6D
Black with #DFFF6D
Text Example
Text Example
White with #DFFF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFF6D; }
p { color: rgb(223,255,109); }
H1.HeaderClassName
{
color: #DFFF6D;
}
.AnyTagClassName
{
color: #DFFF6D;
}
</style>
background-color css
<style>
a { background-color: #DFFF6D; }
a { background-color: rgb(223,255,109); }
div.DivClassName
{
background-color: #DFFF6D;
}
.BgClassName
{
background-color: #DFFF6D;
}
</style>
border-color css
<style>
span { border-color: #DFFF6D; }
span { border-color: rgb(223,255,109); }
td.TdClassName
{
border-color: #DFFF6D;
}
.TagClassName
{
border-color: #DFFF6D;
}
</style>