Shades of Mindaro #DFF276
Tints of Mindaro #DFF276
RGB
CMYK
RGB Variations
Color information
#DFF276 (or 0xDFF276) is known color: Mindaro. HEX triplet: DF, F2 and 76. RGB value is (223,242,118). Sum of RGB (Red+Green+Blue) = 223+242+118=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 242 (94.92% from 255 or 41.51% from 583); Blue value is 118 (46.48% from 255 or 20.24% from 583); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF276 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF276 is #200D89. Grayscale: #DEDEDE. Windows color (decimal): -2100618 or 7795423. OLE color: 7795423.
HSL color Cylindrical-coordinate representation of color #DFF276: hue angle of 69.19º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DFF276 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 242 | 118 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.05 |
| HSL | 69.19º | 0.83% | 0.71% | - |
| HSV(B) | 69.19º | 0.51% | 0.95% | - |
| XYZ | 65.45 | 80.5 | 29.23 | - |
| YUV | 222.18 | 69.21 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 242 | 118 | 0.08 | 0 | 0.51 | 0.05 | 69.19 | 0.83 | 0.71 |
| Hex | DF | F2 | 76 | 8 | 0 | 33 | 5 | 45 | 53 | 47 |
| Octal | 337 | 362 | 166 | 10 | 0 | 63 | 5 | 105 | 123 | 107 |
| Binary | 11011111 | 11110010 | 1110110 | 1000 | 0 | 110011 | 101 | 1000101 | 1010011 | 1000111 |
Color Harmonies of #DFF276
Complementary color
Monochromatic Colors of #DFF276
Black with #DFF276
Text Example
Text Example
White with #DFF276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF276; }
p { color: rgb(223,242,118); }
H1.HeaderClassName
{
color: #DFF276;
}
.AnyTagClassName
{
color: #DFF276;
}
</style>
background-color css
<style>
a { background-color: #DFF276; }
a { background-color: rgb(223,242,118); }
div.DivClassName
{
background-color: #DFF276;
}
.BgClassName
{
background-color: #DFF276;
}
</style>
border-color css
<style>
span { border-color: #DFF276; }
span { border-color: rgb(223,242,118); }
td.TdClassName
{
border-color: #DFF276;
}
.TagClassName
{
border-color: #DFF276;
}
</style>