Shades of Mindaro #DAFD5B
Tints of Mindaro #DAFD5B
RGB
CMYK
RGB Variations
Color information
#DAFD5B (or 0xDAFD5B) is known color: Mindaro. HEX triplet: DA, FD and 5B. RGB value is (218,253,91). Sum of RGB (Red+Green+Blue) = 218+253+91=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 91 (35.94% from 255 or 16.19% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFD5B is #2502A4. Grayscale: #E0E0E0. Windows color (decimal): -2425509 or 6028762. OLE color: 6028762.
HSL color Cylindrical-coordinate representation of color #DAFD5B: hue angle of 72.96º 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 #DAFD5B is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 253 | 91 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.01 |
| HSL | 72.96º | 0.98% | 0.67% | - |
| HSV(B) | 72.96º | 0.64% | 0.99% | - |
| XYZ | 65.93 | 85.91 | 23.01 | - |
| YUV | 224.07 | 52.9 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 253 | 91 | 0.14 | 0 | 0.64 | 0.01 | 72.96 | 0.98 | 0.67 |
| Hex | DA | FD | 5B | E | 0 | 40 | 1 | 49 | 62 | 43 |
| Octal | 332 | 375 | 133 | 16 | 0 | 100 | 1 | 111 | 142 | 103 |
| Binary | 11011010 | 11111101 | 1011011 | 1110 | 0 | 1000000 | 1 | 1001001 | 1100010 | 1000011 |
Color Harmonies of #DAFD5B
Complementary color
Monochromatic Colors of #DAFD5B
Black with #DAFD5B
Text Example
Text Example
White with #DAFD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFD5B; }
p { color: rgb(218,253,91); }
H1.HeaderClassName
{
color: #DAFD5B;
}
.AnyTagClassName
{
color: #DAFD5B;
}
</style>
background-color css
<style>
a { background-color: #DAFD5B; }
a { background-color: rgb(218,253,91); }
div.DivClassName
{
background-color: #DAFD5B;
}
.BgClassName
{
background-color: #DAFD5B;
}
</style>
border-color css
<style>
span { border-color: #DAFD5B; }
span { border-color: rgb(218,253,91); }
td.TdClassName
{
border-color: #DAFD5B;
}
.TagClassName
{
border-color: #DAFD5B;
}
</style>