Shades of Mindaro #DAF677
Tints of Mindaro #DAF677
RGB
CMYK
RGB Variations
Color information
#DAF677 (or 0xDAF677) is known color: Mindaro. HEX triplet: DA, F6 and 77. RGB value is (218,246,119). Sum of RGB (Red+Green+Blue) = 218+246+119=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 246 (96.48% from 255 or 42.20% from 583); Blue value is 119 (46.88% from 255 or 20.41% from 583); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF677 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF677 is #250988. Grayscale: #DFDFDF. Windows color (decimal): -2427273 or 7861978. OLE color: 7861978.
HSL color Cylindrical-coordinate representation of color #DAF677: hue angle of 73.23º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAF677 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 119 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.04 |
| HSL | 73.23º | 0.88% | 0.72% | - |
| HSV(B) | 73.23º | 0.52% | 0.96% | - |
| XYZ | 65.2 | 82.15 | 29.87 | - |
| YUV | 223.15 | 69.22 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 119 | 0.11 | 0 | 0.52 | 0.04 | 73.23 | 0.88 | 0.72 |
| Hex | DA | F6 | 77 | B | 0 | 34 | 4 | 49 | 58 | 48 |
| Octal | 332 | 366 | 167 | 13 | 0 | 64 | 4 | 111 | 130 | 110 |
| Binary | 11011010 | 11110110 | 1110111 | 1011 | 0 | 110100 | 100 | 1001001 | 1011000 | 1001000 |
Color Harmonies of #DAF677
Complementary color
Monochromatic Colors of #DAF677
Black with #DAF677
Text Example
Text Example
White with #DAF677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF677; }
p { color: rgb(218,246,119); }
H1.HeaderClassName
{
color: #DAF677;
}
.AnyTagClassName
{
color: #DAF677;
}
</style>
background-color css
<style>
a { background-color: #DAF677; }
a { background-color: rgb(218,246,119); }
div.DivClassName
{
background-color: #DAF677;
}
.BgClassName
{
background-color: #DAF677;
}
</style>
border-color css
<style>
span { border-color: #DAF677; }
span { border-color: rgb(218,246,119); }
td.TdClassName
{
border-color: #DAF677;
}
.TagClassName
{
border-color: #DAF677;
}
</style>