Shades of Mindaro #DAFF5B
Tints of Mindaro #DAFF5B
RGB
CMYK
RGB Variations
Color information
#DAFF5B (or 0xDAFF5B) is known color: Mindaro. HEX triplet: DA, FF and 5B. RGB value is (218,255,91). Sum of RGB (Red+Green+Blue) = 218+255+91=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 91 (35.94% from 255 or 16.13% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFF5B is #2500A4. Grayscale: #E1E1E1. Windows color (decimal): -2424997 or 6029274. OLE color: 6029274.
HSL color Cylindrical-coordinate representation of color #DAFF5B: hue angle of 73.54º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DAFF5B is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 91 | - |
| CMYK | 0.15 | 0 | 0.64 | 0 |
| HSL | 73.54º | 1% | 0.68% | - |
| HSV(B) | 73.54º | 0.64% | 1% | - |
| XYZ | 66.56 | 87.18 | 23.22 | - |
| YUV | 225.24 | 52.24 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 91 | 0.15 | 0 | 0.64 | 0 | 73.54 | 1 | 0.68 |
| Hex | DA | FF | 5B | F | 0 | 40 | 0 | 4A | 64 | 44 |
| Octal | 332 | 377 | 133 | 17 | 0 | 100 | 0 | 112 | 144 | 104 |
| Binary | 11011010 | 11111111 | 1011011 | 1111 | 0 | 1000000 | 0 | 1001010 | 1100100 | 1000100 |
Color Harmonies of #DAFF5B
Complementary color
Monochromatic Colors of #DAFF5B
Black with #DAFF5B
Text Example
Text Example
White with #DAFF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF5B; }
p { color: rgb(218,255,91); }
H1.HeaderClassName
{
color: #DAFF5B;
}
.AnyTagClassName
{
color: #DAFF5B;
}
</style>
background-color css
<style>
a { background-color: #DAFF5B; }
a { background-color: rgb(218,255,91); }
div.DivClassName
{
background-color: #DAFF5B;
}
.BgClassName
{
background-color: #DAFF5B;
}
</style>
border-color css
<style>
span { border-color: #DAFF5B; }
span { border-color: rgb(218,255,91); }
td.TdClassName
{
border-color: #DAFF5B;
}
.TagClassName
{
border-color: #DAFF5B;
}
</style>