Shades of Mindaro #DAFE59
Tints of Mindaro #DAFE59
RGB
CMYK
RGB Variations
Color information
#DAFE59 (or 0xDAFE59) is known color: Mindaro. HEX triplet: DA, FE and 59. RGB value is (218,254,89). Sum of RGB (Red+Green+Blue) = 218+254+89=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 89 (35.16% from 255 or 15.86% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFE59 is #2501A6. Grayscale: #E1E1E1. Windows color (decimal): -2425255 or 5897946. OLE color: 5897946.
HSL color Cylindrical-coordinate representation of color #DAFE59: hue angle of 73.09º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAFE59 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 89 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.00 |
| HSL | 73.09º | 0.99% | 0.67% | - |
| HSV(B) | 73.09º | 0.65% | 1% | - |
| XYZ | 66.16 | 86.51 | 22.66 | - |
| YUV | 224.43 | 51.57 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 89 | 0.14 | 0 | 0.65 | 0.00 | 73.09 | 0.99 | 0.67 |
| Hex | DA | FE | 59 | E | 0 | 41 | 0 | 49 | 63 | 43 |
| Octal | 332 | 376 | 131 | 16 | 0 | 101 | 0 | 111 | 143 | 103 |
| Binary | 11011010 | 11111110 | 1011001 | 1110 | 0 | 1000001 | 0 | 1001001 | 1100011 | 1000011 |
Color Harmonies of #DAFE59
Complementary color
Monochromatic Colors of #DAFE59
Black with #DAFE59
Text Example
Text Example
White with #DAFE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE59; }
p { color: rgb(218,254,89); }
H1.HeaderClassName
{
color: #DAFE59;
}
.AnyTagClassName
{
color: #DAFE59;
}
</style>
background-color css
<style>
a { background-color: #DAFE59; }
a { background-color: rgb(218,254,89); }
div.DivClassName
{
background-color: #DAFE59;
}
.BgClassName
{
background-color: #DAFE59;
}
</style>
border-color css
<style>
span { border-color: #DAFE59; }
span { border-color: rgb(218,254,89); }
td.TdClassName
{
border-color: #DAFE59;
}
.TagClassName
{
border-color: #DAFE59;
}
</style>