Shades of Mindaro #DAFF62
Tints of Mindaro #DAFF62
RGB
CMYK
RGB Variations
Color information
#DAFF62 (or 0xDAFF62) is known color: Mindaro. HEX triplet: DA, FF and 62. RGB value is (218,255,98). Sum of RGB (Red+Green+Blue) = 218+255+98=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 98 (38.67% from 255 or 17.16% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFF62 is #25009D. Grayscale: #E2E2E2. Windows color (decimal): -2424990 or 6488026. OLE color: 6488026.
HSL color Cylindrical-coordinate representation of color #DAFF62: hue angle of 74.14º 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 #DAFF62 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 98 | - |
| CMYK | 0.15 | 0 | 0.62 | 0 |
| HSL | 74.14º | 1% | 0.69% | - |
| HSV(B) | 74.14º | 0.62% | 1% | - |
| XYZ | 66.88 | 87.31 | 24.88 | - |
| YUV | 226.04 | 55.74 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 98 | 0.15 | 0 | 0.62 | 0 | 74.14 | 1 | 0.69 |
| Hex | DA | FF | 62 | F | 0 | 3E | 0 | 4A | 64 | 45 |
| Octal | 332 | 377 | 142 | 17 | 0 | 76 | 0 | 112 | 144 | 105 |
| Binary | 11011010 | 11111111 | 1100010 | 1111 | 0 | 111110 | 0 | 1001010 | 1100100 | 1000101 |
Color Harmonies of #DAFF62
Complementary color
Monochromatic Colors of #DAFF62
Black with #DAFF62
Text Example
Text Example
White with #DAFF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF62; }
p { color: rgb(218,255,98); }
H1.HeaderClassName
{
color: #DAFF62;
}
.AnyTagClassName
{
color: #DAFF62;
}
</style>
background-color css
<style>
a { background-color: #DAFF62; }
a { background-color: rgb(218,255,98); }
div.DivClassName
{
background-color: #DAFF62;
}
.BgClassName
{
background-color: #DAFF62;
}
</style>
border-color css
<style>
span { border-color: #DAFF62; }
span { border-color: rgb(218,255,98); }
td.TdClassName
{
border-color: #DAFF62;
}
.TagClassName
{
border-color: #DAFF62;
}
</style>