Shades of Mindaro #DAFF63
Tints of Mindaro #DAFF63
RGB
CMYK
RGB Variations
Color information
#DAFF63 (or 0xDAFF63) is known color: Mindaro. HEX triplet: DA, FF and 63. RGB value is (218,255,99). Sum of RGB (Red+Green+Blue) = 218+255+99=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 99 (39.06% from 255 or 17.31% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAFF63 is #25009C. Grayscale: #E2E2E2. Windows color (decimal): -2424989 or 6553562. OLE color: 6553562.
HSL color Cylindrical-coordinate representation of color #DAFF63: hue angle of 74.23º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAFF63 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 99 | - |
| CMYK | 0.15 | 0 | 0.61 | 0 |
| HSL | 74.23º | 1% | 0.69% | - |
| HSV(B) | 74.23º | 0.61% | 1% | - |
| XYZ | 66.93 | 87.33 | 25.13 | - |
| YUV | 226.15 | 56.24 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 99 | 0.15 | 0 | 0.61 | 0 | 74.23 | 1 | 0.69 |
| Hex | DA | FF | 63 | F | 0 | 3D | 0 | 4A | 64 | 45 |
| Octal | 332 | 377 | 143 | 17 | 0 | 75 | 0 | 112 | 144 | 105 |
| Binary | 11011010 | 11111111 | 1100011 | 1111 | 0 | 111101 | 0 | 1001010 | 1100100 | 1000101 |
Color Harmonies of #DAFF63
Complementary color
Monochromatic Colors of #DAFF63
Black with #DAFF63
Text Example
Text Example
White with #DAFF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF63; }
p { color: rgb(218,255,99); }
H1.HeaderClassName
{
color: #DAFF63;
}
.AnyTagClassName
{
color: #DAFF63;
}
</style>
background-color css
<style>
a { background-color: #DAFF63; }
a { background-color: rgb(218,255,99); }
div.DivClassName
{
background-color: #DAFF63;
}
.BgClassName
{
background-color: #DAFF63;
}
</style>
border-color css
<style>
span { border-color: #DAFF63; }
span { border-color: rgb(218,255,99); }
td.TdClassName
{
border-color: #DAFF63;
}
.TagClassName
{
border-color: #DAFF63;
}
</style>