Shades of Mindaro #DAF781
Tints of Mindaro #DAF781
RGB
CMYK
RGB Variations
Color information
#DAF781 (or 0xDAF781) is known color: Mindaro. HEX triplet: DA, F7 and 81. RGB value is (218,247,129). Sum of RGB (Red+Green+Blue) = 218+247+129=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 247 (96.88% from 255 or 41.58% from 594); Blue value is 129 (50.78% from 255 or 21.72% from 594); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF781 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF781 is #25087E. Grayscale: #E1E1E1. Windows color (decimal): -2427007 or 8517594. OLE color: 8517594.
HSL color Cylindrical-coordinate representation of color #DAF781: hue angle of 74.75º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAF781 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 129 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.03 |
| HSL | 74.75º | 0.88% | 0.74% | - |
| HSV(B) | 74.75º | 0.48% | 0.97% | - |
| XYZ | 66.14 | 83.01 | 33.31 | - |
| YUV | 224.88 | 73.89 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 129 | 0.12 | 0 | 0.48 | 0.03 | 74.75 | 0.88 | 0.74 |
| Hex | DA | F7 | 81 | C | 0 | 30 | 3 | 4B | 58 | 4A |
| Octal | 332 | 367 | 201 | 14 | 0 | 60 | 3 | 113 | 130 | 112 |
| Binary | 11011010 | 11110111 | 10000001 | 1100 | 0 | 110000 | 11 | 1001011 | 1011000 | 1001010 |
Color Harmonies of #DAF781
Complementary color
Monochromatic Colors of #DAF781
Black with #DAF781
Text Example
Text Example
White with #DAF781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF781; }
p { color: rgb(218,247,129); }
H1.HeaderClassName
{
color: #DAF781;
}
.AnyTagClassName
{
color: #DAF781;
}
</style>
background-color css
<style>
a { background-color: #DAF781; }
a { background-color: rgb(218,247,129); }
div.DivClassName
{
background-color: #DAF781;
}
.BgClassName
{
background-color: #DAF781;
}
</style>
border-color css
<style>
span { border-color: #DAF781; }
span { border-color: rgb(218,247,129); }
td.TdClassName
{
border-color: #DAF781;
}
.TagClassName
{
border-color: #DAF781;
}
</style>