Shades of Mindaro #DAF05A
Tints of Mindaro #DAF05A
RGB
CMYK
RGB Variations
Color information
#DAF05A (or 0xDAF05A) is known color: Mindaro. HEX triplet: DA, F0 and 5A. RGB value is (218,240,90). Sum of RGB (Red+Green+Blue) = 218+240+90=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 240 (94.14% from 255 or 43.80% from 548); Blue value is 90 (35.55% from 255 or 16.42% from 548); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF05A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF05A is #250FA5. Grayscale: #D8D8D8. Windows color (decimal): -2428838 or 5959898. OLE color: 5959898.
HSL color Cylindrical-coordinate representation of color #DAF05A: hue angle of 68.8º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DAF05A is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 90 | - |
| CMYK | 0.09 | 0 | 0.62 | 0.06 |
| HSL | 68.8º | 0.83% | 0.65% | - |
| HSV(B) | 68.8º | 0.63% | 0.94% | - |
| XYZ | 61.92 | 77.96 | 21.46 | - |
| YUV | 216.32 | 56.71 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 90 | 0.09 | 0 | 0.62 | 0.06 | 68.8 | 0.83 | 0.65 |
| Hex | DA | F0 | 5A | 9 | 0 | 3E | 6 | 45 | 53 | 41 |
| Octal | 332 | 360 | 132 | 11 | 0 | 76 | 6 | 105 | 123 | 101 |
| Binary | 11011010 | 11110000 | 1011010 | 1001 | 0 | 111110 | 110 | 1000101 | 1010011 | 1000001 |
Color Harmonies of #DAF05A
Complementary color
Monochromatic Colors of #DAF05A
Black with #DAF05A
Text Example
Text Example
White with #DAF05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF05A; }
p { color: rgb(218,240,90); }
H1.HeaderClassName
{
color: #DAF05A;
}
.AnyTagClassName
{
color: #DAF05A;
}
</style>
background-color css
<style>
a { background-color: #DAF05A; }
a { background-color: rgb(218,240,90); }
div.DivClassName
{
background-color: #DAF05A;
}
.BgClassName
{
background-color: #DAF05A;
}
</style>
border-color css
<style>
span { border-color: #DAF05A; }
span { border-color: rgb(218,240,90); }
td.TdClassName
{
border-color: #DAF05A;
}
.TagClassName
{
border-color: #DAF05A;
}
</style>