Shades of Mindaro #DAFE5E
Tints of Mindaro #DAFE5E
RGB
CMYK
RGB Variations
Color information
#DAFE5E (or 0xDAFE5E) is known color: Mindaro. HEX triplet: DA, FE and 5E. RGB value is (218,254,94). Sum of RGB (Red+Green+Blue) = 218+254+94=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 94 (37.11% from 255 or 16.61% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFE5E is #2501A1. Grayscale: #E1E1E1. Windows color (decimal): -2425250 or 6225626. OLE color: 6225626.
HSL color Cylindrical-coordinate representation of color #DAFE5E: hue angle of 73.5º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAFE5E is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 94 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.00 |
| HSL | 73.5º | 0.99% | 0.68% | - |
| HSV(B) | 73.5º | 0.63% | 1% | - |
| XYZ | 66.38 | 86.6 | 23.81 | - |
| YUV | 225 | 54.07 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 94 | 0.14 | 0 | 0.63 | 0.00 | 73.5 | 0.99 | 0.68 |
| Hex | DA | FE | 5E | E | 0 | 3F | 0 | 4A | 63 | 44 |
| Octal | 332 | 376 | 136 | 16 | 0 | 77 | 0 | 112 | 143 | 104 |
| Binary | 11011010 | 11111110 | 1011110 | 1110 | 0 | 111111 | 0 | 1001010 | 1100011 | 1000100 |
Color Harmonies of #DAFE5E
Complementary color
Monochromatic Colors of #DAFE5E
Black with #DAFE5E
Text Example
Text Example
White with #DAFE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE5E; }
p { color: rgb(218,254,94); }
H1.HeaderClassName
{
color: #DAFE5E;
}
.AnyTagClassName
{
color: #DAFE5E;
}
</style>
background-color css
<style>
a { background-color: #DAFE5E; }
a { background-color: rgb(218,254,94); }
div.DivClassName
{
background-color: #DAFE5E;
}
.BgClassName
{
background-color: #DAFE5E;
}
</style>
border-color css
<style>
span { border-color: #DAFE5E; }
span { border-color: rgb(218,254,94); }
td.TdClassName
{
border-color: #DAFE5E;
}
.TagClassName
{
border-color: #DAFE5E;
}
</style>