Shades of Mindaro #DAF17A
Tints of Mindaro #DAF17A
RGB
CMYK
RGB Variations
Color information
#DAF17A (or 0xDAF17A) is known color: Mindaro. HEX triplet: DA, F1 and 7A. RGB value is (218,241,122). Sum of RGB (Red+Green+Blue) = 218+241+122=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 122 (48.05% from 255 or 21.00% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF17A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF17A is #250E85. Grayscale: #DDDDDD. Windows color (decimal): -2428550 or 8057306. OLE color: 8057306.
HSL color Cylindrical-coordinate representation of color #DAF17A: hue angle of 71.6º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAF17A is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 122 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.05 |
| HSL | 71.6º | 0.81% | 0.71% | - |
| HSV(B) | 71.6º | 0.49% | 0.95% | - |
| XYZ | 63.88 | 79.22 | 30.34 | - |
| YUV | 220.56 | 72.38 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 122 | 0.10 | 0 | 0.49 | 0.05 | 71.6 | 0.81 | 0.71 |
| Hex | DA | F1 | 7A | A | 0 | 31 | 5 | 48 | 51 | 47 |
| Octal | 332 | 361 | 172 | 12 | 0 | 61 | 5 | 110 | 121 | 107 |
| Binary | 11011010 | 11110001 | 1111010 | 1010 | 0 | 110001 | 101 | 1001000 | 1010001 | 1000111 |
Color Harmonies of #DAF17A
Complementary color
Monochromatic Colors of #DAF17A
Black with #DAF17A
Text Example
Text Example
White with #DAF17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF17A; }
p { color: rgb(218,241,122); }
H1.HeaderClassName
{
color: #DAF17A;
}
.AnyTagClassName
{
color: #DAF17A;
}
</style>
background-color css
<style>
a { background-color: #DAF17A; }
a { background-color: rgb(218,241,122); }
div.DivClassName
{
background-color: #DAF17A;
}
.BgClassName
{
background-color: #DAF17A;
}
</style>
border-color css
<style>
span { border-color: #DAF17A; }
span { border-color: rgb(218,241,122); }
td.TdClassName
{
border-color: #DAF17A;
}
.TagClassName
{
border-color: #DAF17A;
}
</style>