Shades of Mindaro #DAF765
Tints of Mindaro #DAF765
RGB
CMYK
RGB Variations
Color information
#DAF765 (or 0xDAF765) is known color: Mindaro. HEX triplet: DA, F7 and 65. RGB value is (218,247,101). Sum of RGB (Red+Green+Blue) = 218+247+101=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 247 (96.88% from 255 or 43.64% from 566); Blue value is 101 (39.84% from 255 or 17.84% from 566); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF765 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF765 is #25089A. Grayscale: #DEDEDE. Windows color (decimal): -2427035 or 6682586. OLE color: 6682586.
HSL color Cylindrical-coordinate representation of color #DAF765: hue angle of 71.92º 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 #DAF765 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 101 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.03 |
| HSL | 71.92º | 0.9% | 0.68% | - |
| HSV(B) | 71.92º | 0.59% | 0.97% | - |
| XYZ | 64.52 | 82.37 | 24.81 | - |
| YUV | 221.69 | 59.89 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 101 | 0.12 | 0 | 0.59 | 0.03 | 71.92 | 0.9 | 0.68 |
| Hex | DA | F7 | 65 | C | 0 | 3B | 3 | 48 | 5A | 44 |
| Octal | 332 | 367 | 145 | 14 | 0 | 73 | 3 | 110 | 132 | 104 |
| Binary | 11011010 | 11110111 | 1100101 | 1100 | 0 | 111011 | 11 | 1001000 | 1011010 | 1000100 |
Color Harmonies of #DAF765
Complementary color
Monochromatic Colors of #DAF765
Black with #DAF765
Text Example
Text Example
White with #DAF765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF765; }
p { color: rgb(218,247,101); }
H1.HeaderClassName
{
color: #DAF765;
}
.AnyTagClassName
{
color: #DAF765;
}
</style>
background-color css
<style>
a { background-color: #DAF765; }
a { background-color: rgb(218,247,101); }
div.DivClassName
{
background-color: #DAF765;
}
.BgClassName
{
background-color: #DAF765;
}
</style>
border-color css
<style>
span { border-color: #DAF765; }
span { border-color: rgb(218,247,101); }
td.TdClassName
{
border-color: #DAF765;
}
.TagClassName
{
border-color: #DAF765;
}
</style>