Shades of Mindaro #DAE580
Tints of Mindaro #DAE580
RGB
CMYK
RGB Variations
Color information
#DAE580 (or 0xDAE580) is known color: Mindaro. HEX triplet: DA, E5 and 80. RGB value is (218,229,128). Sum of RGB (Red+Green+Blue) = 218+229+128=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 229 (89.84% from 255 or 39.83% from 575); Blue value is 128 (50.39% from 255 or 22.26% from 575); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE580 is #251A7F. Grayscale: #D6D6D6. Windows color (decimal): -2431616 or 8447450. OLE color: 8447450.
HSL color Cylindrical-coordinate representation of color #DAE580: hue angle of 66.53º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAE580 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 128 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.10 |
| HSL | 66.53º | 0.66% | 0.7% | - |
| HSV(B) | 66.53º | 0.44% | 0.9% | - |
| XYZ | 60.83 | 72.5 | 31.21 | - |
| YUV | 214.2 | 79.36 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 128 | 0.05 | 0 | 0.44 | 0.10 | 66.53 | 0.66 | 0.7 |
| Hex | DA | E5 | 80 | 5 | 0 | 2C | A | 43 | 42 | 46 |
| Octal | 332 | 345 | 200 | 5 | 0 | 54 | 12 | 103 | 102 | 106 |
| Binary | 11011010 | 11100101 | 10000000 | 101 | 0 | 101100 | 1010 | 1000011 | 1000010 | 1000110 |
Color Harmonies of #DAE580
Complementary color
Monochromatic Colors of #DAE580
Black with #DAE580
Text Example
Text Example
White with #DAE580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE580; }
p { color: rgb(218,229,128); }
H1.HeaderClassName
{
color: #DAE580;
}
.AnyTagClassName
{
color: #DAE580;
}
</style>
background-color css
<style>
a { background-color: #DAE580; }
a { background-color: rgb(218,229,128); }
div.DivClassName
{
background-color: #DAE580;
}
.BgClassName
{
background-color: #DAE580;
}
</style>
border-color css
<style>
span { border-color: #DAE580; }
span { border-color: rgb(218,229,128); }
td.TdClassName
{
border-color: #DAE580;
}
.TagClassName
{
border-color: #DAE580;
}
</style>