Shades of Mindaro #DAF05D
Tints of Mindaro #DAF05D
RGB
CMYK
RGB Variations
Color information
#DAF05D (or 0xDAF05D) is known color: Mindaro. HEX triplet: DA, F0 and 5D. RGB value is (218,240,93). Sum of RGB (Red+Green+Blue) = 218+240+93=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 93 (36.72% from 255 or 16.88% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF05D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF05D is #250FA2. Grayscale: #D9D9D9. Windows color (decimal): -2428835 or 6156506. OLE color: 6156506.
HSL color Cylindrical-coordinate representation of color #DAF05D: hue angle of 68.98º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAF05D is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 93 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.06 |
| HSL | 68.98º | 0.83% | 0.65% | - |
| HSV(B) | 68.98º | 0.61% | 0.94% | - |
| XYZ | 62.05 | 78.02 | 22.14 | - |
| YUV | 216.66 | 58.21 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 93 | 0.09 | 0 | 0.61 | 0.06 | 68.98 | 0.83 | 0.65 |
| Hex | DA | F0 | 5D | 9 | 0 | 3D | 6 | 45 | 53 | 41 |
| Octal | 332 | 360 | 135 | 11 | 0 | 75 | 6 | 105 | 123 | 101 |
| Binary | 11011010 | 11110000 | 1011101 | 1001 | 0 | 111101 | 110 | 1000101 | 1010011 | 1000001 |
Color Harmonies of #DAF05D
Complementary color
Monochromatic Colors of #DAF05D
Black with #DAF05D
Text Example
Text Example
White with #DAF05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF05D; }
p { color: rgb(218,240,93); }
H1.HeaderClassName
{
color: #DAF05D;
}
.AnyTagClassName
{
color: #DAF05D;
}
</style>
background-color css
<style>
a { background-color: #DAF05D; }
a { background-color: rgb(218,240,93); }
div.DivClassName
{
background-color: #DAF05D;
}
.BgClassName
{
background-color: #DAF05D;
}
</style>
border-color css
<style>
span { border-color: #DAF05D; }
span { border-color: rgb(218,240,93); }
td.TdClassName
{
border-color: #DAF05D;
}
.TagClassName
{
border-color: #DAF05D;
}
</style>