Shades of Mindaro #DAF369
Tints of Mindaro #DAF369
RGB
CMYK
RGB Variations
Color information
#DAF369 (or 0xDAF369) is known color: Mindaro. HEX triplet: DA, F3 and 69. RGB value is (218,243,105). Sum of RGB (Red+Green+Blue) = 218+243+105=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 243 (95.31% from 255 or 42.93% from 566); Blue value is 105 (41.41% from 255 or 18.55% from 566); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF369 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF369 is #250C96. Grayscale: #DCDCDC. Windows color (decimal): -2428055 or 6943706. OLE color: 6943706.
HSL color Cylindrical-coordinate representation of color #DAF369: hue angle of 70.87º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAF369 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 105 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.05 |
| HSL | 70.87º | 0.85% | 0.68% | - |
| HSV(B) | 70.87º | 0.57% | 0.95% | - |
| XYZ | 63.51 | 80.03 | 25.46 | - |
| YUV | 219.79 | 63.22 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 105 | 0.10 | 0 | 0.57 | 0.05 | 70.87 | 0.85 | 0.68 |
| Hex | DA | F3 | 69 | A | 0 | 39 | 5 | 47 | 55 | 44 |
| Octal | 332 | 363 | 151 | 12 | 0 | 71 | 5 | 107 | 125 | 104 |
| Binary | 11011010 | 11110011 | 1101001 | 1010 | 0 | 111001 | 101 | 1000111 | 1010101 | 1000100 |
Color Harmonies of #DAF369
Complementary color
Monochromatic Colors of #DAF369
Black with #DAF369
Text Example
Text Example
White with #DAF369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF369; }
p { color: rgb(218,243,105); }
H1.HeaderClassName
{
color: #DAF369;
}
.AnyTagClassName
{
color: #DAF369;
}
</style>
background-color css
<style>
a { background-color: #DAF369; }
a { background-color: rgb(218,243,105); }
div.DivClassName
{
background-color: #DAF369;
}
.BgClassName
{
background-color: #DAF369;
}
</style>
border-color css
<style>
span { border-color: #DAF369; }
span { border-color: rgb(218,243,105); }
td.TdClassName
{
border-color: #DAF369;
}
.TagClassName
{
border-color: #DAF369;
}
</style>