Shades of Mindaro #DAF17C
Tints of Mindaro #DAF17C
RGB
CMYK
RGB Variations
Color information
#DAF17C (or 0xDAF17C) is known color: Mindaro. HEX triplet: DA, F1 and 7C. RGB value is (218,241,124). Sum of RGB (Red+Green+Blue) = 218+241+124=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 241 (94.53% from 255 or 41.34% from 583); Blue value is 124 (48.83% from 255 or 21.27% from 583); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF17C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF17C is #250E83. Grayscale: #DDDDDD. Windows color (decimal): -2428548 or 8188378. OLE color: 8188378.
HSL color Cylindrical-coordinate representation of color #DAF17C: hue angle of 71.79º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAF17C is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 124 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.05 |
| HSL | 71.79º | 0.81% | 0.72% | - |
| HSV(B) | 71.79º | 0.49% | 0.95% | - |
| XYZ | 64.01 | 79.27 | 31 | - |
| YUV | 220.79 | 73.38 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 124 | 0.10 | 0 | 0.49 | 0.05 | 71.79 | 0.81 | 0.72 |
| Hex | DA | F1 | 7C | A | 0 | 31 | 5 | 48 | 51 | 48 |
| Octal | 332 | 361 | 174 | 12 | 0 | 61 | 5 | 110 | 121 | 110 |
| Binary | 11011010 | 11110001 | 1111100 | 1010 | 0 | 110001 | 101 | 1001000 | 1010001 | 1001000 |
Color Harmonies of #DAF17C
Complementary color
Monochromatic Colors of #DAF17C
Black with #DAF17C
Text Example
Text Example
White with #DAF17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF17C; }
p { color: rgb(218,241,124); }
H1.HeaderClassName
{
color: #DAF17C;
}
.AnyTagClassName
{
color: #DAF17C;
}
</style>
background-color css
<style>
a { background-color: #DAF17C; }
a { background-color: rgb(218,241,124); }
div.DivClassName
{
background-color: #DAF17C;
}
.BgClassName
{
background-color: #DAF17C;
}
</style>
border-color css
<style>
span { border-color: #DAF17C; }
span { border-color: rgb(218,241,124); }
td.TdClassName
{
border-color: #DAF17C;
}
.TagClassName
{
border-color: #DAF17C;
}
</style>