Shades of Mindaro #DAF366
Tints of Mindaro #DAF366
RGB
CMYK
RGB Variations
Color information
#DAF366 (or 0xDAF366) is known color: Mindaro. HEX triplet: DA, F3 and 66. RGB value is (218,243,102). Sum of RGB (Red+Green+Blue) = 218+243+102=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 243 (95.31% from 255 or 43.16% from 563); Blue value is 102 (40.23% from 255 or 18.12% from 563); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF366 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF366 is #250C99. Grayscale: #DBDBDB. Windows color (decimal): -2428058 or 6747098. OLE color: 6747098.
HSL color Cylindrical-coordinate representation of color #DAF366: hue angle of 70.64º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAF366 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 102 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.05 |
| HSL | 70.64º | 0.85% | 0.68% | - |
| HSV(B) | 70.64º | 0.58% | 0.95% | - |
| XYZ | 63.36 | 79.97 | 24.67 | - |
| YUV | 219.45 | 61.72 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 102 | 0.10 | 0 | 0.58 | 0.05 | 70.64 | 0.85 | 0.68 |
| Hex | DA | F3 | 66 | A | 0 | 3A | 5 | 47 | 55 | 44 |
| Octal | 332 | 363 | 146 | 12 | 0 | 72 | 5 | 107 | 125 | 104 |
| Binary | 11011010 | 11110011 | 1100110 | 1010 | 0 | 111010 | 101 | 1000111 | 1010101 | 1000100 |
Color Harmonies of #DAF366
Complementary color
Monochromatic Colors of #DAF366
Black with #DAF366
Text Example
Text Example
White with #DAF366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF366; }
p { color: rgb(218,243,102); }
H1.HeaderClassName
{
color: #DAF366;
}
.AnyTagClassName
{
color: #DAF366;
}
</style>
background-color css
<style>
a { background-color: #DAF366; }
a { background-color: rgb(218,243,102); }
div.DivClassName
{
background-color: #DAF366;
}
.BgClassName
{
background-color: #DAF366;
}
</style>
border-color css
<style>
span { border-color: #DAF366; }
span { border-color: rgb(218,243,102); }
td.TdClassName
{
border-color: #DAF366;
}
.TagClassName
{
border-color: #DAF366;
}
</style>