Shades of Mindaro #DAFA5A
Tints of Mindaro #DAFA5A
RGB
CMYK
RGB Variations
Color information
#DAFA5A (or 0xDAFA5A) is known color: Mindaro. HEX triplet: DA, FA and 5A. RGB value is (218,250,90). Sum of RGB (Red+Green+Blue) = 218+250+90=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 90 (35.55% from 255 or 16.13% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFA5A is #2505A5. Grayscale: #DEDEDE. Windows color (decimal): -2426278 or 5962458. OLE color: 5962458.
HSL color Cylindrical-coordinate representation of color #DAFA5A: hue angle of 72º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DAFA5A is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 90 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.02 |
| HSL | 72º | 0.94% | 0.67% | - |
| HSV(B) | 72º | 0.64% | 0.98% | - |
| XYZ | 64.94 | 84.01 | 22.47 | - |
| YUV | 222.19 | 53.4 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 90 | 0.13 | 0 | 0.64 | 0.02 | 72 | 0.94 | 0.67 |
| Hex | DA | FA | 5A | D | 0 | 40 | 2 | 48 | 5E | 43 |
| Octal | 332 | 372 | 132 | 15 | 0 | 100 | 2 | 110 | 136 | 103 |
| Binary | 11011010 | 11111010 | 1011010 | 1101 | 0 | 1000000 | 10 | 1001000 | 1011110 | 1000011 |
Color Harmonies of #DAFA5A
Complementary color
Monochromatic Colors of #DAFA5A
Black with #DAFA5A
Text Example
Text Example
White with #DAFA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA5A; }
p { color: rgb(218,250,90); }
H1.HeaderClassName
{
color: #DAFA5A;
}
.AnyTagClassName
{
color: #DAFA5A;
}
</style>
background-color css
<style>
a { background-color: #DAFA5A; }
a { background-color: rgb(218,250,90); }
div.DivClassName
{
background-color: #DAFA5A;
}
.BgClassName
{
background-color: #DAFA5A;
}
</style>
border-color css
<style>
span { border-color: #DAFA5A; }
span { border-color: rgb(218,250,90); }
td.TdClassName
{
border-color: #DAFA5A;
}
.TagClassName
{
border-color: #DAFA5A;
}
</style>