Shades of Mindaro #DFFF6A
Tints of Mindaro #DFFF6A
RGB
CMYK
RGB Variations
Color information
#DFFF6A (or 0xDFFF6A) is known color: Mindaro. HEX triplet: DF, FF and 6A. RGB value is (223,255,106). Sum of RGB (Red+Green+Blue) = 223+255+106=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 106 (41.80% from 255 or 18.15% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFF6A is #200095. Grayscale: #E5E5E5. Windows color (decimal): -2097302 or 7012319. OLE color: 7012319.
HSL color Cylindrical-coordinate representation of color #DFFF6A: hue angle of 72.89º 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 #DFFF6A is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 106 | - |
| CMYK | 0.13 | 0 | 0.58 | 0 |
| HSL | 72.89º | 1% | 0.71% | - |
| HSV(B) | 72.89º | 0.58% | 1% | - |
| XYZ | 68.79 | 88.25 | 27.04 | - |
| YUV | 228.45 | 58.9 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 106 | 0.13 | 0 | 0.58 | 0 | 72.89 | 1 | 0.71 |
| Hex | DF | FF | 6A | D | 0 | 3A | 0 | 49 | 64 | 47 |
| Octal | 337 | 377 | 152 | 15 | 0 | 72 | 0 | 111 | 144 | 107 |
| Binary | 11011111 | 11111111 | 1101010 | 1101 | 0 | 111010 | 0 | 1001001 | 1100100 | 1000111 |
Color Harmonies of #DFFF6A
Complementary color
Monochromatic Colors of #DFFF6A
Black with #DFFF6A
Text Example
Text Example
White with #DFFF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFF6A; }
p { color: rgb(223,255,106); }
H1.HeaderClassName
{
color: #DFFF6A;
}
.AnyTagClassName
{
color: #DFFF6A;
}
</style>
background-color css
<style>
a { background-color: #DFFF6A; }
a { background-color: rgb(223,255,106); }
div.DivClassName
{
background-color: #DFFF6A;
}
.BgClassName
{
background-color: #DFFF6A;
}
</style>
border-color css
<style>
span { border-color: #DFFF6A; }
span { border-color: rgb(223,255,106); }
td.TdClassName
{
border-color: #DFFF6A;
}
.TagClassName
{
border-color: #DFFF6A;
}
</style>