Shades of Mindaro #DFF976
Tints of Mindaro #DFF976
RGB
CMYK
RGB Variations
Color information
#DFF976 (or 0xDFF976) is known color: Mindaro. HEX triplet: DF, F9 and 76. RGB value is (223,249,118). Sum of RGB (Red+Green+Blue) = 223+249+118=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 118 (46.48% from 255 or 20% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF976 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF976 is #200689. Grayscale: #E2E2E2. Windows color (decimal): -2098826 or 7797215. OLE color: 7797215.
HSL color Cylindrical-coordinate representation of color #DFF976: hue angle of 71.91º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFF976 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 249 | 118 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.02 |
| HSL | 71.91º | 0.92% | 0.72% | - |
| HSV(B) | 71.91º | 0.53% | 0.98% | - |
| XYZ | 67.58 | 84.75 | 29.94 | - |
| YUV | 226.29 | 66.89 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 249 | 118 | 0.10 | 0 | 0.53 | 0.02 | 71.91 | 0.92 | 0.72 |
| Hex | DF | F9 | 76 | A | 0 | 35 | 2 | 48 | 5C | 48 |
| Octal | 337 | 371 | 166 | 12 | 0 | 65 | 2 | 110 | 134 | 110 |
| Binary | 11011111 | 11111001 | 1110110 | 1010 | 0 | 110101 | 10 | 1001000 | 1011100 | 1001000 |
Color Harmonies of #DFF976
Complementary color
Monochromatic Colors of #DFF976
Black with #DFF976
Text Example
Text Example
White with #DFF976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF976; }
p { color: rgb(223,249,118); }
H1.HeaderClassName
{
color: #DFF976;
}
.AnyTagClassName
{
color: #DFF976;
}
</style>
background-color css
<style>
a { background-color: #DFF976; }
a { background-color: rgb(223,249,118); }
div.DivClassName
{
background-color: #DFF976;
}
.BgClassName
{
background-color: #DFF976;
}
</style>
border-color css
<style>
span { border-color: #DFF976; }
span { border-color: rgb(223,249,118); }
td.TdClassName
{
border-color: #DFF976;
}
.TagClassName
{
border-color: #DFF976;
}
</style>