Shades of Mindaro #DAF066
Tints of Mindaro #DAF066
RGB
CMYK
RGB Variations
Color information
#DAF066 (or 0xDAF066) is known color: Mindaro. HEX triplet: DA, F0 and 66. RGB value is (218,240,102). Sum of RGB (Red+Green+Blue) = 218+240+102=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 240 (94.14% from 255 or 42.86% from 560); Blue value is 102 (40.23% from 255 or 18.21% from 560); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF066 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF066 is #250F99. Grayscale: #DADADA. Windows color (decimal): -2428826 or 6746330. OLE color: 6746330.
HSL color Cylindrical-coordinate representation of color #DAF066: hue angle of 69.57º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAF066 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 102 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.06 |
| HSL | 69.57º | 0.82% | 0.67% | - |
| HSV(B) | 69.57º | 0.58% | 0.94% | - |
| XYZ | 62.47 | 78.18 | 24.37 | - |
| YUV | 217.69 | 62.71 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 102 | 0.09 | 0 | 0.58 | 0.06 | 69.57 | 0.82 | 0.67 |
| Hex | DA | F0 | 66 | 9 | 0 | 3A | 6 | 46 | 52 | 43 |
| Octal | 332 | 360 | 146 | 11 | 0 | 72 | 6 | 106 | 122 | 103 |
| Binary | 11011010 | 11110000 | 1100110 | 1001 | 0 | 111010 | 110 | 1000110 | 1010010 | 1000011 |
Color Harmonies of #DAF066
Complementary color
Monochromatic Colors of #DAF066
Black with #DAF066
Text Example
Text Example
White with #DAF066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF066; }
p { color: rgb(218,240,102); }
H1.HeaderClassName
{
color: #DAF066;
}
.AnyTagClassName
{
color: #DAF066;
}
</style>
background-color css
<style>
a { background-color: #DAF066; }
a { background-color: rgb(218,240,102); }
div.DivClassName
{
background-color: #DAF066;
}
.BgClassName
{
background-color: #DAF066;
}
</style>
border-color css
<style>
span { border-color: #DAF066; }
span { border-color: rgb(218,240,102); }
td.TdClassName
{
border-color: #DAF066;
}
.TagClassName
{
border-color: #DAF066;
}
</style>