Shades of Mindaro #DAF963
Tints of Mindaro #DAF963
RGB
CMYK
RGB Variations
Color information
#DAF963 (or 0xDAF963) is known color: Mindaro. HEX triplet: DA, F9 and 63. RGB value is (218,249,99). Sum of RGB (Red+Green+Blue) = 218+249+99=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 99 (39.06% from 255 or 17.49% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF963 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF963 is #25069C. Grayscale: #DFDFDF. Windows color (decimal): -2426525 or 6552026. OLE color: 6552026.
HSL color Cylindrical-coordinate representation of color #DAF963: hue angle of 72.4º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DAF963 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 249 | 99 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.02 |
| HSL | 72.4º | 0.93% | 0.68% | - |
| HSV(B) | 72.4º | 0.6% | 0.98% | - |
| XYZ | 65.04 | 83.56 | 24.5 | - |
| YUV | 222.63 | 58.23 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 249 | 99 | 0.12 | 0 | 0.60 | 0.02 | 72.4 | 0.93 | 0.68 |
| Hex | DA | F9 | 63 | C | 0 | 3C | 2 | 48 | 5D | 44 |
| Octal | 332 | 371 | 143 | 14 | 0 | 74 | 2 | 110 | 135 | 104 |
| Binary | 11011010 | 11111001 | 1100011 | 1100 | 0 | 111100 | 10 | 1001000 | 1011101 | 1000100 |
Color Harmonies of #DAF963
Complementary color
Monochromatic Colors of #DAF963
Black with #DAF963
Text Example
Text Example
White with #DAF963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF963; }
p { color: rgb(218,249,99); }
H1.HeaderClassName
{
color: #DAF963;
}
.AnyTagClassName
{
color: #DAF963;
}
</style>
background-color css
<style>
a { background-color: #DAF963; }
a { background-color: rgb(218,249,99); }
div.DivClassName
{
background-color: #DAF963;
}
.BgClassName
{
background-color: #DAF963;
}
</style>
border-color css
<style>
span { border-color: #DAF963; }
span { border-color: rgb(218,249,99); }
td.TdClassName
{
border-color: #DAF963;
}
.TagClassName
{
border-color: #DAF963;
}
</style>