Shades of Mindaro #DAF77F
Tints of Mindaro #DAF77F
RGB
CMYK
RGB Variations
Color information
#DAF77F (or 0xDAF77F) is known color: Mindaro. HEX triplet: DA, F7 and 7F. RGB value is (218,247,127). Sum of RGB (Red+Green+Blue) = 218+247+127=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 247 (96.88% from 255 or 41.72% from 592); Blue value is 127 (50% from 255 or 21.45% from 592); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF77F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF77F is #250880. Grayscale: #E1E1E1. Windows color (decimal): -2427009 or 8386522. OLE color: 8386522.
HSL color Cylindrical-coordinate representation of color #DAF77F: hue angle of 74.5º 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 #DAF77F is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 127 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.03 |
| HSL | 74.5º | 0.88% | 0.73% | - |
| HSV(B) | 74.5º | 0.49% | 0.97% | - |
| XYZ | 66 | 82.96 | 32.61 | - |
| YUV | 224.65 | 72.89 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 127 | 0.12 | 0 | 0.49 | 0.03 | 74.5 | 0.88 | 0.73 |
| Hex | DA | F7 | 7F | C | 0 | 31 | 3 | 4A | 58 | 49 |
| Octal | 332 | 367 | 177 | 14 | 0 | 61 | 3 | 112 | 130 | 111 |
| Binary | 11011010 | 11110111 | 1111111 | 1100 | 0 | 110001 | 11 | 1001010 | 1011000 | 1001001 |
Color Harmonies of #DAF77F
Complementary color
Monochromatic Colors of #DAF77F
Black with #DAF77F
Text Example
Text Example
White with #DAF77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF77F; }
p { color: rgb(218,247,127); }
H1.HeaderClassName
{
color: #DAF77F;
}
.AnyTagClassName
{
color: #DAF77F;
}
</style>
background-color css
<style>
a { background-color: #DAF77F; }
a { background-color: rgb(218,247,127); }
div.DivClassName
{
background-color: #DAF77F;
}
.BgClassName
{
background-color: #DAF77F;
}
</style>
border-color css
<style>
span { border-color: #DAF77F; }
span { border-color: rgb(218,247,127); }
td.TdClassName
{
border-color: #DAF77F;
}
.TagClassName
{
border-color: #DAF77F;
}
</style>