Shades of Mindaro #DFF769
Tints of Mindaro #DFF769
RGB
CMYK
RGB Variations
Color information
#DFF769 (or 0xDFF769) is known color: Mindaro. HEX triplet: DF, F7 and 69. RGB value is (223,247,105). Sum of RGB (Red+Green+Blue) = 223+247+105=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 247 (96.88% from 255 or 42.96% from 575); Blue value is 105 (41.41% from 255 or 18.26% from 575); Max value from RGB is 247 - color contains mainly: green. Hex color #DFF769 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF769 is #200896. Grayscale: #E0E0E0. Windows color (decimal): -2099351 or 6944735. OLE color: 6944735.
HSL color Cylindrical-coordinate representation of color #DFF769: hue angle of 70.14º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFF769 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 247 | 105 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.03 |
| HSL | 70.14º | 0.9% | 0.69% | - |
| HSV(B) | 70.14º | 0.57% | 0.97% | - |
| XYZ | 66.24 | 83.23 | 25.94 | - |
| YUV | 223.64 | 61.05 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 247 | 105 | 0.10 | 0 | 0.57 | 0.03 | 70.14 | 0.9 | 0.69 |
| Hex | DF | F7 | 69 | A | 0 | 39 | 3 | 46 | 5A | 45 |
| Octal | 337 | 367 | 151 | 12 | 0 | 71 | 3 | 106 | 132 | 105 |
| Binary | 11011111 | 11110111 | 1101001 | 1010 | 0 | 111001 | 11 | 1000110 | 1011010 | 1000101 |
Color Harmonies of #DFF769
Complementary color
Monochromatic Colors of #DFF769
Black with #DFF769
Text Example
Text Example
White with #DFF769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF769; }
p { color: rgb(223,247,105); }
H1.HeaderClassName
{
color: #DFF769;
}
.AnyTagClassName
{
color: #DFF769;
}
</style>
background-color css
<style>
a { background-color: #DFF769; }
a { background-color: rgb(223,247,105); }
div.DivClassName
{
background-color: #DFF769;
}
.BgClassName
{
background-color: #DFF769;
}
</style>
border-color css
<style>
span { border-color: #DFF769; }
span { border-color: rgb(223,247,105); }
td.TdClassName
{
border-color: #DFF769;
}
.TagClassName
{
border-color: #DFF769;
}
</style>