Shades of Mindaro #DAF67A
Tints of Mindaro #DAF67A
RGB
CMYK
RGB Variations
Color information
#DAF67A (or 0xDAF67A) is known color: Mindaro. HEX triplet: DA, F6 and 7A. RGB value is (218,246,122). Sum of RGB (Red+Green+Blue) = 218+246+122=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 246 (96.48% from 255 or 41.98% from 586); Blue value is 122 (48.05% from 255 or 20.82% from 586); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF67A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF67A is #250985. Grayscale: #DFDFDF. Windows color (decimal): -2427270 or 8058586. OLE color: 8058586.
HSL color Cylindrical-coordinate representation of color #DAF67A: hue angle of 73.55º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAF67A is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 122 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.04 |
| HSL | 73.55º | 0.87% | 0.72% | - |
| HSV(B) | 73.55º | 0.5% | 0.96% | - |
| XYZ | 65.38 | 82.22 | 30.84 | - |
| YUV | 223.49 | 70.72 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 122 | 0.11 | 0 | 0.50 | 0.04 | 73.55 | 0.87 | 0.72 |
| Hex | DA | F6 | 7A | B | 0 | 32 | 4 | 4A | 57 | 48 |
| Octal | 332 | 366 | 172 | 13 | 0 | 62 | 4 | 112 | 127 | 110 |
| Binary | 11011010 | 11110110 | 1111010 | 1011 | 0 | 110010 | 100 | 1001010 | 1010111 | 1001000 |
Color Harmonies of #DAF67A
Complementary color
Monochromatic Colors of #DAF67A
Black with #DAF67A
Text Example
Text Example
White with #DAF67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF67A; }
p { color: rgb(218,246,122); }
H1.HeaderClassName
{
color: #DAF67A;
}
.AnyTagClassName
{
color: #DAF67A;
}
</style>
background-color css
<style>
a { background-color: #DAF67A; }
a { background-color: rgb(218,246,122); }
div.DivClassName
{
background-color: #DAF67A;
}
.BgClassName
{
background-color: #DAF67A;
}
</style>
border-color css
<style>
span { border-color: #DAF67A; }
span { border-color: rgb(218,246,122); }
td.TdClassName
{
border-color: #DAF67A;
}
.TagClassName
{
border-color: #DAF67A;
}
</style>