Shades of Mindaro #DAF55A
Tints of Mindaro #DAF55A
RGB
CMYK
RGB Variations
Color information
#DAF55A (or 0xDAF55A) is known color: Mindaro. HEX triplet: DA, F5 and 5A. RGB value is (218,245,90). Sum of RGB (Red+Green+Blue) = 218+245+90=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 245 (96.09% from 255 or 44.30% from 553); Blue value is 90 (35.55% from 255 or 16.27% from 553); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF55A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF55A is #250AA5. Grayscale: #DBDBDB. Windows color (decimal): -2427558 or 5961178. OLE color: 5961178.
HSL color Cylindrical-coordinate representation of color #DAF55A: hue angle of 70.45º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAF55A is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 90 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.04 |
| HSL | 70.45º | 0.89% | 0.66% | - |
| HSV(B) | 70.45º | 0.63% | 0.96% | - |
| XYZ | 63.41 | 80.95 | 21.96 | - |
| YUV | 219.26 | 55.05 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 90 | 0.11 | 0 | 0.63 | 0.04 | 70.45 | 0.89 | 0.66 |
| Hex | DA | F5 | 5A | B | 0 | 3F | 4 | 46 | 59 | 42 |
| Octal | 332 | 365 | 132 | 13 | 0 | 77 | 4 | 106 | 131 | 102 |
| Binary | 11011010 | 11110101 | 1011010 | 1011 | 0 | 111111 | 100 | 1000110 | 1011001 | 1000010 |
Color Harmonies of #DAF55A
Complementary color
Monochromatic Colors of #DAF55A
Black with #DAF55A
Text Example
Text Example
White with #DAF55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF55A; }
p { color: rgb(218,245,90); }
H1.HeaderClassName
{
color: #DAF55A;
}
.AnyTagClassName
{
color: #DAF55A;
}
</style>
background-color css
<style>
a { background-color: #DAF55A; }
a { background-color: rgb(218,245,90); }
div.DivClassName
{
background-color: #DAF55A;
}
.BgClassName
{
background-color: #DAF55A;
}
</style>
border-color css
<style>
span { border-color: #DAF55A; }
span { border-color: rgb(218,245,90); }
td.TdClassName
{
border-color: #DAF55A;
}
.TagClassName
{
border-color: #DAF55A;
}
</style>