Shades of Mindaro #DAF87A
Tints of Mindaro #DAF87A
RGB
CMYK
RGB Variations
Color information
#DAF87A (or 0xDAF87A) is known color: Mindaro. HEX triplet: DA, F8 and 7A. RGB value is (218,248,122). Sum of RGB (Red+Green+Blue) = 218+248+122=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 248 (97.27% from 255 or 42.18% from 588); Blue value is 122 (48.05% from 255 or 20.75% from 588); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF87A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF87A is #250785. Grayscale: #E1E1E1. Windows color (decimal): -2426758 or 8059098. OLE color: 8059098.
HSL color Cylindrical-coordinate representation of color #DAF87A: hue angle of 74.29º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DAF87A is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 248 | 122 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.03 |
| HSL | 74.29º | 0.9% | 0.73% | - |
| HSV(B) | 74.29º | 0.51% | 0.97% | - |
| XYZ | 65.99 | 83.45 | 31.04 | - |
| YUV | 224.67 | 70.06 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 248 | 122 | 0.12 | 0 | 0.51 | 0.03 | 74.29 | 0.9 | 0.73 |
| Hex | DA | F8 | 7A | C | 0 | 33 | 3 | 4A | 5A | 49 |
| Octal | 332 | 370 | 172 | 14 | 0 | 63 | 3 | 112 | 132 | 111 |
| Binary | 11011010 | 11111000 | 1111010 | 1100 | 0 | 110011 | 11 | 1001010 | 1011010 | 1001001 |
Color Harmonies of #DAF87A
Complementary color
Monochromatic Colors of #DAF87A
Black with #DAF87A
Text Example
Text Example
White with #DAF87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF87A; }
p { color: rgb(218,248,122); }
H1.HeaderClassName
{
color: #DAF87A;
}
.AnyTagClassName
{
color: #DAF87A;
}
</style>
background-color css
<style>
a { background-color: #DAF87A; }
a { background-color: rgb(218,248,122); }
div.DivClassName
{
background-color: #DAF87A;
}
.BgClassName
{
background-color: #DAF87A;
}
</style>
border-color css
<style>
span { border-color: #DAF87A; }
span { border-color: rgb(218,248,122); }
td.TdClassName
{
border-color: #DAF87A;
}
.TagClassName
{
border-color: #DAF87A;
}
</style>