Shades of Mindaro #DFFF6B
Tints of Mindaro #DFFF6B
RGB
CMYK
RGB Variations
Color information
#DFFF6B (or 0xDFFF6B) is known color: Mindaro. HEX triplet: DF, FF and 6B. RGB value is (223,255,107). Sum of RGB (Red+Green+Blue) = 223+255+107=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 107 (42.19% from 255 or 18.29% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFF6B is #200094. Grayscale: #E5E5E5. Windows color (decimal): -2097301 or 7077855. OLE color: 7077855.
HSL color Cylindrical-coordinate representation of color #DFFF6B: hue angle of 72.97º 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 #DFFF6B is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 107 | - |
| CMYK | 0.13 | 0 | 0.58 | 0 |
| HSL | 72.97º | 1% | 0.71% | - |
| HSV(B) | 72.97º | 0.58% | 1% | - |
| XYZ | 68.85 | 88.27 | 27.32 | - |
| YUV | 228.56 | 59.4 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 107 | 0.13 | 0 | 0.58 | 0 | 72.97 | 1 | 0.71 |
| Hex | DF | FF | 6B | D | 0 | 3A | 0 | 49 | 64 | 47 |
| Octal | 337 | 377 | 153 | 15 | 0 | 72 | 0 | 111 | 144 | 107 |
| Binary | 11011111 | 11111111 | 1101011 | 1101 | 0 | 111010 | 0 | 1001001 | 1100100 | 1000111 |
Color Harmonies of #DFFF6B
Complementary color
Monochromatic Colors of #DFFF6B
Black with #DFFF6B
Text Example
Text Example
White with #DFFF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFF6B; }
p { color: rgb(223,255,107); }
H1.HeaderClassName
{
color: #DFFF6B;
}
.AnyTagClassName
{
color: #DFFF6B;
}
</style>
background-color css
<style>
a { background-color: #DFFF6B; }
a { background-color: rgb(223,255,107); }
div.DivClassName
{
background-color: #DFFF6B;
}
.BgClassName
{
background-color: #DFFF6B;
}
</style>
border-color css
<style>
span { border-color: #DFFF6B; }
span { border-color: rgb(223,255,107); }
td.TdClassName
{
border-color: #DFFF6B;
}
.TagClassName
{
border-color: #DFFF6B;
}
</style>