Shades of Mindaro #DFFF6C
Tints of Mindaro #DFFF6C
RGB
CMYK
RGB Variations
Color information
#DFFF6C (or 0xDFFF6C) is known color: Mindaro. HEX triplet: DF, FF and 6C. RGB value is (223,255,108). Sum of RGB (Red+Green+Blue) = 223+255+108=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 255 (100% from 255 or 43.52% from 586); Blue value is 108 (42.58% from 255 or 18.43% from 586); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFF6C is #200093. Grayscale: #E5E5E5. Windows color (decimal): -2097300 or 7143391. OLE color: 7143391.
HSL color Cylindrical-coordinate representation of color #DFFF6C: hue angle of 73.06º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFFF6C is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 108 | - |
| CMYK | 0.13 | 0 | 0.58 | 0 |
| HSL | 73.06º | 1% | 0.71% | - |
| HSV(B) | 73.06º | 0.58% | 1% | - |
| XYZ | 68.9 | 88.29 | 27.6 | - |
| YUV | 228.67 | 59.9 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 108 | 0.13 | 0 | 0.58 | 0 | 73.06 | 1 | 0.71 |
| Hex | DF | FF | 6C | D | 0 | 3A | 0 | 49 | 64 | 47 |
| Octal | 337 | 377 | 154 | 15 | 0 | 72 | 0 | 111 | 144 | 107 |
| Binary | 11011111 | 11111111 | 1101100 | 1101 | 0 | 111010 | 0 | 1001001 | 1100100 | 1000111 |
Color Harmonies of #DFFF6C
Complementary color
Monochromatic Colors of #DFFF6C
Black with #DFFF6C
Text Example
Text Example
White with #DFFF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFF6C; }
p { color: rgb(223,255,108); }
H1.HeaderClassName
{
color: #DFFF6C;
}
.AnyTagClassName
{
color: #DFFF6C;
}
</style>
background-color css
<style>
a { background-color: #DFFF6C; }
a { background-color: rgb(223,255,108); }
div.DivClassName
{
background-color: #DFFF6C;
}
.BgClassName
{
background-color: #DFFF6C;
}
</style>
border-color css
<style>
span { border-color: #DFFF6C; }
span { border-color: rgb(223,255,108); }
td.TdClassName
{
border-color: #DFFF6C;
}
.TagClassName
{
border-color: #DFFF6C;
}
</style>