Shades of Mindaro #DAFF59
Tints of Mindaro #DAFF59
RGB
CMYK
RGB Variations
Color information
#DAFF59 (or 0xDAFF59) is known color: Mindaro. HEX triplet: DA, FF and 59. RGB value is (218,255,89). Sum of RGB (Red+Green+Blue) = 218+255+89=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 89 (35.16% from 255 or 15.84% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFF59 is #2500A6. Grayscale: #E1E1E1. Windows color (decimal): -2424999 or 5898202. OLE color: 5898202.
HSL color Cylindrical-coordinate representation of color #DAFF59: hue angle of 73.37º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAFF59 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 89 | - |
| CMYK | 0.15 | 0 | 0.65 | 0 |
| HSL | 73.37º | 1% | 0.67% | - |
| HSV(B) | 73.37º | 0.65% | 1% | - |
| XYZ | 66.48 | 87.15 | 22.77 | - |
| YUV | 225.01 | 51.24 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 89 | 0.15 | 0 | 0.65 | 0 | 73.37 | 1 | 0.67 |
| Hex | DA | FF | 59 | F | 0 | 41 | 0 | 49 | 64 | 43 |
| Octal | 332 | 377 | 131 | 17 | 0 | 101 | 0 | 111 | 144 | 103 |
| Binary | 11011010 | 11111111 | 1011001 | 1111 | 0 | 1000001 | 0 | 1001001 | 1100100 | 1000011 |
Color Harmonies of #DAFF59
Complementary color
Monochromatic Colors of #DAFF59
Black with #DAFF59
Text Example
Text Example
White with #DAFF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF59; }
p { color: rgb(218,255,89); }
H1.HeaderClassName
{
color: #DAFF59;
}
.AnyTagClassName
{
color: #DAFF59;
}
</style>
background-color css
<style>
a { background-color: #DAFF59; }
a { background-color: rgb(218,255,89); }
div.DivClassName
{
background-color: #DAFF59;
}
.BgClassName
{
background-color: #DAFF59;
}
</style>
border-color css
<style>
span { border-color: #DAFF59; }
span { border-color: rgb(218,255,89); }
td.TdClassName
{
border-color: #DAFF59;
}
.TagClassName
{
border-color: #DAFF59;
}
</style>