Shades of Mindaro #DFFF69
Tints of Mindaro #DFFF69
RGB
CMYK
RGB Variations
Color information
#DFFF69 (or 0xDFFF69) is known color: Mindaro. HEX triplet: DF, FF and 69. RGB value is (223,255,105). Sum of RGB (Red+Green+Blue) = 223+255+105=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 105 (41.41% from 255 or 18.01% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFF69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFFF69 is #200096. Grayscale: #E4E4E4. Windows color (decimal): -2097303 or 6946783. OLE color: 6946783.
HSL color Cylindrical-coordinate representation of color #DFFF69: hue angle of 72.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DFFF69 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 105 | - |
| CMYK | 0.13 | 0 | 0.59 | 0 |
| HSL | 72.8º | 1% | 0.71% | - |
| HSV(B) | 72.8º | 0.59% | 1% | - |
| XYZ | 68.74 | 88.23 | 26.77 | - |
| YUV | 228.33 | 58.4 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 105 | 0.13 | 0 | 0.59 | 0 | 72.8 | 1 | 0.71 |
| Hex | DF | FF | 69 | D | 0 | 3B | 0 | 49 | 64 | 47 |
| Octal | 337 | 377 | 151 | 15 | 0 | 73 | 0 | 111 | 144 | 107 |
| Binary | 11011111 | 11111111 | 1101001 | 1101 | 0 | 111011 | 0 | 1001001 | 1100100 | 1000111 |
Color Harmonies of #DFFF69
Complementary color
Monochromatic Colors of #DFFF69
Black with #DFFF69
Text Example
Text Example
White with #DFFF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFF69; }
p { color: rgb(223,255,105); }
H1.HeaderClassName
{
color: #DFFF69;
}
.AnyTagClassName
{
color: #DFFF69;
}
</style>
background-color css
<style>
a { background-color: #DFFF69; }
a { background-color: rgb(223,255,105); }
div.DivClassName
{
background-color: #DFFF69;
}
.BgClassName
{
background-color: #DFFF69;
}
</style>
border-color css
<style>
span { border-color: #DFFF69; }
span { border-color: rgb(223,255,105); }
td.TdClassName
{
border-color: #DFFF69;
}
.TagClassName
{
border-color: #DFFF69;
}
</style>