Shades of Mindaro #DAF065
Tints of Mindaro #DAF065
RGB
CMYK
RGB Variations
Color information
#DAF065 (or 0xDAF065) is known color: Mindaro. HEX triplet: DA, F0 and 65. RGB value is (218,240,101). Sum of RGB (Red+Green+Blue) = 218+240+101=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 240 (94.14% from 255 or 42.93% from 559); Blue value is 101 (39.84% from 255 or 18.07% from 559); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF065 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF065 is #250F9A. Grayscale: #DADADA. Windows color (decimal): -2428827 or 6680794. OLE color: 6680794.
HSL color Cylindrical-coordinate representation of color #DAF065: hue angle of 69.5º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAF065 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 101 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.06 |
| HSL | 69.5º | 0.82% | 0.67% | - |
| HSV(B) | 69.5º | 0.58% | 0.94% | - |
| XYZ | 62.42 | 78.17 | 24.11 | - |
| YUV | 217.58 | 62.21 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 101 | 0.09 | 0 | 0.58 | 0.06 | 69.5 | 0.82 | 0.67 |
| Hex | DA | F0 | 65 | 9 | 0 | 3A | 6 | 45 | 52 | 43 |
| Octal | 332 | 360 | 145 | 11 | 0 | 72 | 6 | 105 | 122 | 103 |
| Binary | 11011010 | 11110000 | 1100101 | 1001 | 0 | 111010 | 110 | 1000101 | 1010010 | 1000011 |
Color Harmonies of #DAF065
Complementary color
Monochromatic Colors of #DAF065
Black with #DAF065
Text Example
Text Example
White with #DAF065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF065; }
p { color: rgb(218,240,101); }
H1.HeaderClassName
{
color: #DAF065;
}
.AnyTagClassName
{
color: #DAF065;
}
</style>
background-color css
<style>
a { background-color: #DAF065; }
a { background-color: rgb(218,240,101); }
div.DivClassName
{
background-color: #DAF065;
}
.BgClassName
{
background-color: #DAF065;
}
</style>
border-color css
<style>
span { border-color: #DAF065; }
span { border-color: rgb(218,240,101); }
td.TdClassName
{
border-color: #DAF065;
}
.TagClassName
{
border-color: #DAF065;
}
</style>