Shades of Mindaro #DAF365
Tints of Mindaro #DAF365
RGB
CMYK
RGB Variations
Color information
#DAF365 (or 0xDAF365) is known color: Mindaro. HEX triplet: DA, F3 and 65. RGB value is (218,243,101). Sum of RGB (Red+Green+Blue) = 218+243+101=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 243 (95.31% from 255 or 43.24% from 562); Blue value is 101 (39.84% from 255 or 17.97% from 562); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF365 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF365 is #250C9A. Grayscale: #DBDBDB. Windows color (decimal): -2428059 or 6681562. OLE color: 6681562.
HSL color Cylindrical-coordinate representation of color #DAF365: hue angle of 70.56º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAF365 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 101 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.05 |
| HSL | 70.56º | 0.86% | 0.67% | - |
| HSV(B) | 70.56º | 0.58% | 0.95% | - |
| XYZ | 63.31 | 79.95 | 24.41 | - |
| YUV | 219.34 | 61.22 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 101 | 0.10 | 0 | 0.58 | 0.05 | 70.56 | 0.86 | 0.67 |
| Hex | DA | F3 | 65 | A | 0 | 3A | 5 | 47 | 56 | 43 |
| Octal | 332 | 363 | 145 | 12 | 0 | 72 | 5 | 107 | 126 | 103 |
| Binary | 11011010 | 11110011 | 1100101 | 1010 | 0 | 111010 | 101 | 1000111 | 1010110 | 1000011 |
Color Harmonies of #DAF365
Complementary color
Monochromatic Colors of #DAF365
Black with #DAF365
Text Example
Text Example
White with #DAF365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF365; }
p { color: rgb(218,243,101); }
H1.HeaderClassName
{
color: #DAF365;
}
.AnyTagClassName
{
color: #DAF365;
}
</style>
background-color css
<style>
a { background-color: #DAF365; }
a { background-color: rgb(218,243,101); }
div.DivClassName
{
background-color: #DAF365;
}
.BgClassName
{
background-color: #DAF365;
}
</style>
border-color css
<style>
span { border-color: #DAF365; }
span { border-color: rgb(218,243,101); }
td.TdClassName
{
border-color: #DAF365;
}
.TagClassName
{
border-color: #DAF365;
}
</style>