Shades of Mindaro #DAFD5A
Tints of Mindaro #DAFD5A
RGB
CMYK
RGB Variations
Color information
#DAFD5A (or 0xDAFD5A) is known color: Mindaro. HEX triplet: DA, FD and 5A. RGB value is (218,253,90). Sum of RGB (Red+Green+Blue) = 218+253+90=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 90 (35.55% from 255 or 16.04% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFD5A is #2502A5. Grayscale: #E0E0E0. Windows color (decimal): -2425510 or 5963226. OLE color: 5963226.
HSL color Cylindrical-coordinate representation of color #DAFD5A: hue angle of 72.88º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DAFD5A is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 253 | 90 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.01 |
| HSL | 72.88º | 0.98% | 0.67% | - |
| HSV(B) | 72.88º | 0.64% | 0.99% | - |
| XYZ | 65.88 | 85.89 | 22.78 | - |
| YUV | 223.95 | 52.4 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 253 | 90 | 0.14 | 0 | 0.64 | 0.01 | 72.88 | 0.98 | 0.67 |
| Hex | DA | FD | 5A | E | 0 | 40 | 1 | 49 | 62 | 43 |
| Octal | 332 | 375 | 132 | 16 | 0 | 100 | 1 | 111 | 142 | 103 |
| Binary | 11011010 | 11111101 | 1011010 | 1110 | 0 | 1000000 | 1 | 1001001 | 1100010 | 1000011 |
Color Harmonies of #DAFD5A
Complementary color
Monochromatic Colors of #DAFD5A
Black with #DAFD5A
Text Example
Text Example
White with #DAFD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFD5A; }
p { color: rgb(218,253,90); }
H1.HeaderClassName
{
color: #DAFD5A;
}
.AnyTagClassName
{
color: #DAFD5A;
}
</style>
background-color css
<style>
a { background-color: #DAFD5A; }
a { background-color: rgb(218,253,90); }
div.DivClassName
{
background-color: #DAFD5A;
}
.BgClassName
{
background-color: #DAFD5A;
}
</style>
border-color css
<style>
span { border-color: #DAFD5A; }
span { border-color: rgb(218,253,90); }
td.TdClassName
{
border-color: #DAFD5A;
}
.TagClassName
{
border-color: #DAFD5A;
}
</style>