Shades of Mindaro #DAF266
Tints of Mindaro #DAF266
RGB
CMYK
RGB Variations
Color information
#DAF266 (or 0xDAF266) is known color: Mindaro. HEX triplet: DA, F2 and 66. RGB value is (218,242,102). Sum of RGB (Red+Green+Blue) = 218+242+102=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 102 (40.23% from 255 or 18.15% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF266 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF266 is #250D99. Grayscale: #DBDBDB. Windows color (decimal): -2428314 or 6746842. OLE color: 6746842.
HSL color Cylindrical-coordinate representation of color #DAF266: hue angle of 70.29º degrees, saturation: 0.84, 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 #DAF266 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 102 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.05 |
| HSL | 70.29º | 0.84% | 0.67% | - |
| HSV(B) | 70.29º | 0.58% | 0.95% | - |
| XYZ | 63.06 | 79.37 | 24.57 | - |
| YUV | 218.86 | 62.05 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 102 | 0.10 | 0 | 0.58 | 0.05 | 70.29 | 0.84 | 0.67 |
| Hex | DA | F2 | 66 | A | 0 | 3A | 5 | 46 | 54 | 43 |
| Octal | 332 | 362 | 146 | 12 | 0 | 72 | 5 | 106 | 124 | 103 |
| Binary | 11011010 | 11110010 | 1100110 | 1010 | 0 | 111010 | 101 | 1000110 | 1010100 | 1000011 |
Color Harmonies of #DAF266
Complementary color
Monochromatic Colors of #DAF266
Black with #DAF266
Text Example
Text Example
White with #DAF266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF266; }
p { color: rgb(218,242,102); }
H1.HeaderClassName
{
color: #DAF266;
}
.AnyTagClassName
{
color: #DAF266;
}
</style>
background-color css
<style>
a { background-color: #DAF266; }
a { background-color: rgb(218,242,102); }
div.DivClassName
{
background-color: #DAF266;
}
.BgClassName
{
background-color: #DAF266;
}
</style>
border-color css
<style>
span { border-color: #DAF266; }
span { border-color: rgb(218,242,102); }
td.TdClassName
{
border-color: #DAF266;
}
.TagClassName
{
border-color: #DAF266;
}
</style>