Shades of Mindaro #DAF667
Tints of Mindaro #DAF667
RGB
CMYK
RGB Variations
Color information
#DAF667 (or 0xDAF667) is known color: Mindaro. HEX triplet: DA, F6 and 67. RGB value is (218,246,103). Sum of RGB (Red+Green+Blue) = 218+246+103=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 246 (96.48% from 255 or 43.39% from 567); Blue value is 103 (40.62% from 255 or 18.17% from 567); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF667 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF667 is #250998. Grayscale: #DDDDDD. Windows color (decimal): -2427289 or 6813402. OLE color: 6813402.
HSL color Cylindrical-coordinate representation of color #DAF667: hue angle of 71.75º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAF667 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 103 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.04 |
| HSL | 71.75º | 0.89% | 0.68% | - |
| HSV(B) | 71.75º | 0.58% | 0.96% | - |
| XYZ | 64.32 | 81.8 | 25.23 | - |
| YUV | 221.33 | 61.22 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 103 | 0.11 | 0 | 0.58 | 0.04 | 71.75 | 0.89 | 0.68 |
| Hex | DA | F6 | 67 | B | 0 | 3A | 4 | 48 | 59 | 44 |
| Octal | 332 | 366 | 147 | 13 | 0 | 72 | 4 | 110 | 131 | 104 |
| Binary | 11011010 | 11110110 | 1100111 | 1011 | 0 | 111010 | 100 | 1001000 | 1011001 | 1000100 |
Color Harmonies of #DAF667
Complementary color
Monochromatic Colors of #DAF667
Black with #DAF667
Text Example
Text Example
White with #DAF667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF667; }
p { color: rgb(218,246,103); }
H1.HeaderClassName
{
color: #DAF667;
}
.AnyTagClassName
{
color: #DAF667;
}
</style>
background-color css
<style>
a { background-color: #DAF667; }
a { background-color: rgb(218,246,103); }
div.DivClassName
{
background-color: #DAF667;
}
.BgClassName
{
background-color: #DAF667;
}
</style>
border-color css
<style>
span { border-color: #DAF667; }
span { border-color: rgb(218,246,103); }
td.TdClassName
{
border-color: #DAF667;
}
.TagClassName
{
border-color: #DAF667;
}
</style>