Shades of Mindaro #DAF972
Tints of Mindaro #DAF972
RGB
CMYK
RGB Variations
Color information
#DAF972 (or 0xDAF972) is known color: Mindaro. HEX triplet: DA, F9 and 72. RGB value is (218,249,114). Sum of RGB (Red+Green+Blue) = 218+249+114=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 114 (44.92% from 255 or 19.62% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF972 is #25068D. Grayscale: #E0E0E0. Windows color (decimal): -2426510 or 7535066. OLE color: 7535066.
HSL color Cylindrical-coordinate representation of color #DAF972: hue angle of 73.78º 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 #DAF972 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 249 | 114 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.02 |
| HSL | 73.78º | 0.92% | 0.71% | - |
| HSV(B) | 73.78º | 0.54% | 0.98% | - |
| XYZ | 65.83 | 83.87 | 28.64 | - |
| YUV | 224.34 | 65.73 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 249 | 114 | 0.12 | 0 | 0.54 | 0.02 | 73.78 | 0.92 | 0.71 |
| Hex | DA | F9 | 72 | C | 0 | 36 | 2 | 4A | 5C | 47 |
| Octal | 332 | 371 | 162 | 14 | 0 | 66 | 2 | 112 | 134 | 107 |
| Binary | 11011010 | 11111001 | 1110010 | 1100 | 0 | 110110 | 10 | 1001010 | 1011100 | 1000111 |
Color Harmonies of #DAF972
Complementary color
Monochromatic Colors of #DAF972
Black with #DAF972
Text Example
Text Example
White with #DAF972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF972; }
p { color: rgb(218,249,114); }
H1.HeaderClassName
{
color: #DAF972;
}
.AnyTagClassName
{
color: #DAF972;
}
</style>
background-color css
<style>
a { background-color: #DAF972; }
a { background-color: rgb(218,249,114); }
div.DivClassName
{
background-color: #DAF972;
}
.BgClassName
{
background-color: #DAF972;
}
</style>
border-color css
<style>
span { border-color: #DAF972; }
span { border-color: rgb(218,249,114); }
td.TdClassName
{
border-color: #DAF972;
}
.TagClassName
{
border-color: #DAF972;
}
</style>