Shades of Mindaro #DAF75A
Tints of Mindaro #DAF75A
RGB
CMYK
RGB Variations
Color information
#DAF75A (or 0xDAF75A) is known color: Mindaro. HEX triplet: DA, F7 and 5A. RGB value is (218,247,90). Sum of RGB (Red+Green+Blue) = 218+247+90=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 247 (96.88% from 255 or 44.50% from 555); Blue value is 90 (35.55% from 255 or 16.22% from 555); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF75A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF75A is #2508A5. Grayscale: #DDDDDD. Windows color (decimal): -2427046 or 5961690. OLE color: 5961690.
HSL color Cylindrical-coordinate representation of color #DAF75A: hue angle of 71.08º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DAF75A is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 90 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.03 |
| HSL | 71.08º | 0.91% | 0.66% | - |
| HSV(B) | 71.08º | 0.64% | 0.97% | - |
| XYZ | 64.02 | 82.17 | 22.16 | - |
| YUV | 220.43 | 54.39 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 90 | 0.12 | 0 | 0.64 | 0.03 | 71.08 | 0.91 | 0.66 |
| Hex | DA | F7 | 5A | C | 0 | 40 | 3 | 47 | 5B | 42 |
| Octal | 332 | 367 | 132 | 14 | 0 | 100 | 3 | 107 | 133 | 102 |
| Binary | 11011010 | 11110111 | 1011010 | 1100 | 0 | 1000000 | 11 | 1000111 | 1011011 | 1000010 |
Color Harmonies of #DAF75A
Complementary color
Monochromatic Colors of #DAF75A
Black with #DAF75A
Text Example
Text Example
White with #DAF75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF75A; }
p { color: rgb(218,247,90); }
H1.HeaderClassName
{
color: #DAF75A;
}
.AnyTagClassName
{
color: #DAF75A;
}
</style>
background-color css
<style>
a { background-color: #DAF75A; }
a { background-color: rgb(218,247,90); }
div.DivClassName
{
background-color: #DAF75A;
}
.BgClassName
{
background-color: #DAF75A;
}
</style>
border-color css
<style>
span { border-color: #DAF75A; }
span { border-color: rgb(218,247,90); }
td.TdClassName
{
border-color: #DAF75A;
}
.TagClassName
{
border-color: #DAF75A;
}
</style>