Shades of Mindaro #DFF77F
Tints of Mindaro #DFF77F
RGB
CMYK
RGB Variations
Color information
#DFF77F (or 0xDFF77F) is known color: Mindaro. HEX triplet: DF, F7 and 7F. RGB value is (223,247,127). Sum of RGB (Red+Green+Blue) = 223+247+127=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 247 (96.88% from 255 or 41.37% from 597); Blue value is 127 (50% from 255 or 21.27% from 597); Max value from RGB is 247 - color contains mainly: green. Hex color #DFF77F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF77F is #200880. Grayscale: #E2E2E2. Windows color (decimal): -2099329 or 8386527. OLE color: 8386527.
HSL color Cylindrical-coordinate representation of color #DFF77F: hue angle of 72º 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 #DFF77F is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 247 | 127 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.03 |
| HSL | 72º | 0.88% | 0.73% | - |
| HSV(B) | 72º | 0.49% | 0.97% | - |
| XYZ | 67.52 | 83.74 | 32.68 | - |
| YUV | 226.14 | 72.05 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 247 | 127 | 0.10 | 0 | 0.49 | 0.03 | 72 | 0.88 | 0.73 |
| Hex | DF | F7 | 7F | A | 0 | 31 | 3 | 48 | 58 | 49 |
| Octal | 337 | 367 | 177 | 12 | 0 | 61 | 3 | 110 | 130 | 111 |
| Binary | 11011111 | 11110111 | 1111111 | 1010 | 0 | 110001 | 11 | 1001000 | 1011000 | 1001001 |
Color Harmonies of #DFF77F
Complementary color
Monochromatic Colors of #DFF77F
Black with #DFF77F
Text Example
Text Example
White with #DFF77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF77F; }
p { color: rgb(223,247,127); }
H1.HeaderClassName
{
color: #DFF77F;
}
.AnyTagClassName
{
color: #DFF77F;
}
</style>
background-color css
<style>
a { background-color: #DFF77F; }
a { background-color: rgb(223,247,127); }
div.DivClassName
{
background-color: #DFF77F;
}
.BgClassName
{
background-color: #DFF77F;
}
</style>
border-color css
<style>
span { border-color: #DFF77F; }
span { border-color: rgb(223,247,127); }
td.TdClassName
{
border-color: #DFF77F;
}
.TagClassName
{
border-color: #DFF77F;
}
</style>