Shades of Mindaro #DAFF61
Tints of Mindaro #DAFF61
RGB
CMYK
RGB Variations
Color information
#DAFF61 (or 0xDAFF61) is known color: Mindaro. HEX triplet: DA, FF and 61. RGB value is (218,255,97). Sum of RGB (Red+Green+Blue) = 218+255+97=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 97 (38.28% from 255 or 17.02% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFF61 is #25009E. Grayscale: #E2E2E2. Windows color (decimal): -2424991 or 6422490. OLE color: 6422490.
HSL color Cylindrical-coordinate representation of color #DAFF61: hue angle of 74.05º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DAFF61 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 97 | - |
| CMYK | 0.15 | 0 | 0.62 | 0 |
| HSL | 74.05º | 1% | 0.69% | - |
| HSV(B) | 74.05º | 0.62% | 1% | - |
| XYZ | 66.83 | 87.29 | 24.64 | - |
| YUV | 225.93 | 55.24 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 97 | 0.15 | 0 | 0.62 | 0 | 74.05 | 1 | 0.69 |
| Hex | DA | FF | 61 | F | 0 | 3E | 0 | 4A | 64 | 45 |
| Octal | 332 | 377 | 141 | 17 | 0 | 76 | 0 | 112 | 144 | 105 |
| Binary | 11011010 | 11111111 | 1100001 | 1111 | 0 | 111110 | 0 | 1001010 | 1100100 | 1000101 |
Color Harmonies of #DAFF61
Complementary color
Monochromatic Colors of #DAFF61
Black with #DAFF61
Text Example
Text Example
White with #DAFF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF61; }
p { color: rgb(218,255,97); }
H1.HeaderClassName
{
color: #DAFF61;
}
.AnyTagClassName
{
color: #DAFF61;
}
</style>
background-color css
<style>
a { background-color: #DAFF61; }
a { background-color: rgb(218,255,97); }
div.DivClassName
{
background-color: #DAFF61;
}
.BgClassName
{
background-color: #DAFF61;
}
</style>
border-color css
<style>
span { border-color: #DAFF61; }
span { border-color: rgb(218,255,97); }
td.TdClassName
{
border-color: #DAFF61;
}
.TagClassName
{
border-color: #DAFF61;
}
</style>