Shades of Mindaro #DAF973
Tints of Mindaro #DAF973
RGB
CMYK
RGB Variations
Color information
#DAF973 (or 0xDAF973) is known color: Mindaro. HEX triplet: DA, F9 and 73. RGB value is (218,249,115). Sum of RGB (Red+Green+Blue) = 218+249+115=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 115 (45.31% from 255 or 19.76% from 582); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF973 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF973 is #25068C. Grayscale: #E0E0E0. Windows color (decimal): -2426509 or 7600602. OLE color: 7600602.
HSL color Cylindrical-coordinate representation of color #DAF973: hue angle of 73.88º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAF973 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 249 | 115 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.02 |
| HSL | 73.88º | 0.92% | 0.71% | - |
| HSV(B) | 73.88º | 0.54% | 0.98% | - |
| XYZ | 65.88 | 83.89 | 28.94 | - |
| YUV | 224.46 | 66.23 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 249 | 115 | 0.12 | 0 | 0.54 | 0.02 | 73.88 | 0.92 | 0.71 |
| Hex | DA | F9 | 73 | C | 0 | 36 | 2 | 4A | 5C | 47 |
| Octal | 332 | 371 | 163 | 14 | 0 | 66 | 2 | 112 | 134 | 107 |
| Binary | 11011010 | 11111001 | 1110011 | 1100 | 0 | 110110 | 10 | 1001010 | 1011100 | 1000111 |
Color Harmonies of #DAF973
Complementary color
Monochromatic Colors of #DAF973
Black with #DAF973
Text Example
Text Example
White with #DAF973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF973; }
p { color: rgb(218,249,115); }
H1.HeaderClassName
{
color: #DAF973;
}
.AnyTagClassName
{
color: #DAF973;
}
</style>
background-color css
<style>
a { background-color: #DAF973; }
a { background-color: rgb(218,249,115); }
div.DivClassName
{
background-color: #DAF973;
}
.BgClassName
{
background-color: #DAF973;
}
</style>
border-color css
<style>
span { border-color: #DAF973; }
span { border-color: rgb(218,249,115); }
td.TdClassName
{
border-color: #DAF973;
}
.TagClassName
{
border-color: #DAF973;
}
</style>