Shades of Mindaro #DFF765
Tints of Mindaro #DFF765
RGB
CMYK
RGB Variations
Color information
#DFF765 (or 0xDFF765) is known color: Mindaro. HEX triplet: DF, F7 and 65. RGB value is (223,247,101). Sum of RGB (Red+Green+Blue) = 223+247+101=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 247 (96.88% from 255 or 43.26% from 571); Blue value is 101 (39.84% from 255 or 17.69% from 571); Max value from RGB is 247 - color contains mainly: green. Hex color #DFF765 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF765 is #20089A. Grayscale: #DFDFDF. Windows color (decimal): -2099355 or 6682591. OLE color: 6682591.
HSL color Cylindrical-coordinate representation of color #DFF765: hue angle of 69.86º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DFF765 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 247 | 101 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.03 |
| HSL | 69.86º | 0.9% | 0.68% | - |
| HSV(B) | 69.86º | 0.59% | 0.97% | - |
| XYZ | 66.04 | 83.15 | 24.88 | - |
| YUV | 223.18 | 59.05 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 247 | 101 | 0.10 | 0 | 0.59 | 0.03 | 69.86 | 0.9 | 0.68 |
| Hex | DF | F7 | 65 | A | 0 | 3B | 3 | 46 | 5A | 44 |
| Octal | 337 | 367 | 145 | 12 | 0 | 73 | 3 | 106 | 132 | 104 |
| Binary | 11011111 | 11110111 | 1100101 | 1010 | 0 | 111011 | 11 | 1000110 | 1011010 | 1000100 |
Color Harmonies of #DFF765
Complementary color
Monochromatic Colors of #DFF765
Black with #DFF765
Text Example
Text Example
White with #DFF765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF765; }
p { color: rgb(223,247,101); }
H1.HeaderClassName
{
color: #DFF765;
}
.AnyTagClassName
{
color: #DFF765;
}
</style>
background-color css
<style>
a { background-color: #DFF765; }
a { background-color: rgb(223,247,101); }
div.DivClassName
{
background-color: #DFF765;
}
.BgClassName
{
background-color: #DFF765;
}
</style>
border-color css
<style>
span { border-color: #DFF765; }
span { border-color: rgb(223,247,101); }
td.TdClassName
{
border-color: #DFF765;
}
.TagClassName
{
border-color: #DFF765;
}
</style>