Shades of Mindaro #DAF77D
Tints of Mindaro #DAF77D
RGB
CMYK
RGB Variations
Color information
#DAF77D (or 0xDAF77D) is known color: Mindaro. HEX triplet: DA, F7 and 7D. RGB value is (218,247,125). Sum of RGB (Red+Green+Blue) = 218+247+125=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 247 (96.88% from 255 or 41.86% from 590); Blue value is 125 (49.22% from 255 or 21.19% from 590); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF77D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF77D is #250882. Grayscale: #E0E0E0. Windows color (decimal): -2427011 or 8255450. OLE color: 8255450.
HSL color Cylindrical-coordinate representation of color #DAF77D: hue angle of 74.26º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAF77D is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 125 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.03 |
| HSL | 74.26º | 0.88% | 0.73% | - |
| HSV(B) | 74.26º | 0.49% | 0.97% | - |
| XYZ | 65.88 | 82.91 | 31.93 | - |
| YUV | 224.42 | 71.89 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 125 | 0.12 | 0 | 0.49 | 0.03 | 74.26 | 0.88 | 0.73 |
| Hex | DA | F7 | 7D | C | 0 | 31 | 3 | 4A | 58 | 49 |
| Octal | 332 | 367 | 175 | 14 | 0 | 61 | 3 | 112 | 130 | 111 |
| Binary | 11011010 | 11110111 | 1111101 | 1100 | 0 | 110001 | 11 | 1001010 | 1011000 | 1001001 |
Color Harmonies of #DAF77D
Complementary color
Monochromatic Colors of #DAF77D
Black with #DAF77D
Text Example
Text Example
White with #DAF77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF77D; }
p { color: rgb(218,247,125); }
H1.HeaderClassName
{
color: #DAF77D;
}
.AnyTagClassName
{
color: #DAF77D;
}
</style>
background-color css
<style>
a { background-color: #DAF77D; }
a { background-color: rgb(218,247,125); }
div.DivClassName
{
background-color: #DAF77D;
}
.BgClassName
{
background-color: #DAF77D;
}
</style>
border-color css
<style>
span { border-color: #DAF77D; }
span { border-color: rgb(218,247,125); }
td.TdClassName
{
border-color: #DAF77D;
}
.TagClassName
{
border-color: #DAF77D;
}
</style>