Shades of Mindaro #DFF96B
Tints of Mindaro #DFF96B
RGB
CMYK
RGB Variations
Color information
#DFF96B (or 0xDFF96B) is known color: Mindaro. HEX triplet: DF, F9 and 6B. RGB value is (223,249,107). Sum of RGB (Red+Green+Blue) = 223+249+107=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 107 (42.19% from 255 or 18.48% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #DFF96B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF96B is #200694. Grayscale: #E1E1E1. Windows color (decimal): -2098837 or 7076319. OLE color: 7076319.
HSL color Cylindrical-coordinate representation of color #DFF96B: hue angle of 70.99º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFF96B is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 249 | 107 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.02 |
| HSL | 70.99º | 0.92% | 0.7% | - |
| HSV(B) | 70.99º | 0.57% | 0.98% | - |
| XYZ | 66.96 | 84.5 | 26.69 | - |
| YUV | 225.04 | 61.39 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 249 | 107 | 0.10 | 0 | 0.57 | 0.02 | 70.99 | 0.92 | 0.7 |
| Hex | DF | F9 | 6B | A | 0 | 39 | 2 | 47 | 5C | 46 |
| Octal | 337 | 371 | 153 | 12 | 0 | 71 | 2 | 107 | 134 | 106 |
| Binary | 11011111 | 11111001 | 1101011 | 1010 | 0 | 111001 | 10 | 1000111 | 1011100 | 1000110 |
Color Harmonies of #DFF96B
Complementary color
Monochromatic Colors of #DFF96B
Black with #DFF96B
Text Example
Text Example
White with #DFF96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF96B; }
p { color: rgb(223,249,107); }
H1.HeaderClassName
{
color: #DFF96B;
}
.AnyTagClassName
{
color: #DFF96B;
}
</style>
background-color css
<style>
a { background-color: #DFF96B; }
a { background-color: rgb(223,249,107); }
div.DivClassName
{
background-color: #DFF96B;
}
.BgClassName
{
background-color: #DFF96B;
}
</style>
border-color css
<style>
span { border-color: #DFF96B; }
span { border-color: rgb(223,249,107); }
td.TdClassName
{
border-color: #DFF96B;
}
.TagClassName
{
border-color: #DFF96B;
}
</style>