Shades of Mindaro #DAF764
Tints of Mindaro #DAF764
RGB
CMYK
RGB Variations
Color information
#DAF764 (or 0xDAF764) is known color: Mindaro. HEX triplet: DA, F7 and 64. RGB value is (218,247,100). Sum of RGB (Red+Green+Blue) = 218+247+100=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 247 (96.88% from 255 or 43.72% from 565); Blue value is 100 (39.45% from 255 or 17.70% from 565); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF764 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF764 is #25089B. Grayscale: #DEDEDE. Windows color (decimal): -2427036 or 6617050. OLE color: 6617050.
HSL color Cylindrical-coordinate representation of color #DAF764: hue angle of 71.84º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DAF764 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 100 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.03 |
| HSL | 71.84º | 0.9% | 0.68% | - |
| HSV(B) | 71.84º | 0.6% | 0.97% | - |
| XYZ | 64.47 | 82.35 | 24.55 | - |
| YUV | 221.57 | 59.39 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 100 | 0.12 | 0 | 0.60 | 0.03 | 71.84 | 0.9 | 0.68 |
| Hex | DA | F7 | 64 | C | 0 | 3C | 3 | 48 | 5A | 44 |
| Octal | 332 | 367 | 144 | 14 | 0 | 74 | 3 | 110 | 132 | 104 |
| Binary | 11011010 | 11110111 | 1100100 | 1100 | 0 | 111100 | 11 | 1001000 | 1011010 | 1000100 |
Color Harmonies of #DAF764
Complementary color
Monochromatic Colors of #DAF764
Black with #DAF764
Text Example
Text Example
White with #DAF764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF764; }
p { color: rgb(218,247,100); }
H1.HeaderClassName
{
color: #DAF764;
}
.AnyTagClassName
{
color: #DAF764;
}
</style>
background-color css
<style>
a { background-color: #DAF764; }
a { background-color: rgb(218,247,100); }
div.DivClassName
{
background-color: #DAF764;
}
.BgClassName
{
background-color: #DAF764;
}
</style>
border-color css
<style>
span { border-color: #DAF764; }
span { border-color: rgb(218,247,100); }
td.TdClassName
{
border-color: #DAF764;
}
.TagClassName
{
border-color: #DAF764;
}
</style>