Shades of Mindaro #DAF67B
Tints of Mindaro #DAF67B
RGB
CMYK
RGB Variations
Color information
#DAF67B (or 0xDAF67B) is known color: Mindaro. HEX triplet: DA, F6 and 7B. RGB value is (218,246,123). Sum of RGB (Red+Green+Blue) = 218+246+123=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 246 (96.48% from 255 or 41.91% from 587); Blue value is 123 (48.44% from 255 or 20.95% from 587); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF67B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF67B is #250984. Grayscale: #E0E0E0. Windows color (decimal): -2427269 or 8124122. OLE color: 8124122.
HSL color Cylindrical-coordinate representation of color #DAF67B: hue angle of 73.66º 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 #DAF67B is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 123 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.04 |
| HSL | 73.66º | 0.87% | 0.72% | - |
| HSV(B) | 73.66º | 0.5% | 0.96% | - |
| XYZ | 65.44 | 82.25 | 31.16 | - |
| YUV | 223.61 | 71.22 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 123 | 0.11 | 0 | 0.50 | 0.04 | 73.66 | 0.87 | 0.72 |
| Hex | DA | F6 | 7B | B | 0 | 32 | 4 | 4A | 57 | 48 |
| Octal | 332 | 366 | 173 | 13 | 0 | 62 | 4 | 112 | 127 | 110 |
| Binary | 11011010 | 11110110 | 1111011 | 1011 | 0 | 110010 | 100 | 1001010 | 1010111 | 1001000 |
Color Harmonies of #DAF67B
Complementary color
Monochromatic Colors of #DAF67B
Black with #DAF67B
Text Example
Text Example
White with #DAF67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF67B; }
p { color: rgb(218,246,123); }
H1.HeaderClassName
{
color: #DAF67B;
}
.AnyTagClassName
{
color: #DAF67B;
}
</style>
background-color css
<style>
a { background-color: #DAF67B; }
a { background-color: rgb(218,246,123); }
div.DivClassName
{
background-color: #DAF67B;
}
.BgClassName
{
background-color: #DAF67B;
}
</style>
border-color css
<style>
span { border-color: #DAF67B; }
span { border-color: rgb(218,246,123); }
td.TdClassName
{
border-color: #DAF67B;
}
.TagClassName
{
border-color: #DAF67B;
}
</style>