Shades of Mindaro #DFF06B
Tints of Mindaro #DFF06B
RGB
CMYK
RGB Variations
Color information
#DFF06B (or 0xDFF06B) is known color: Mindaro. HEX triplet: DF, F0 and 6B. RGB value is (223,240,107). Sum of RGB (Red+Green+Blue) = 223+240+107=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 107 (42.19% from 255 or 18.77% from 570); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF06B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF06B is #200F94. Grayscale: #DCDCDC. Windows color (decimal): -2101141 or 7074015. OLE color: 7074015.
HSL color Cylindrical-coordinate representation of color #DFF06B: hue angle of 67.67º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFF06B is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 107 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.06 |
| HSL | 67.67º | 0.82% | 0.68% | - |
| HSV(B) | 67.67º | 0.55% | 0.94% | - |
| XYZ | 64.25 | 79.07 | 25.79 | - |
| YUV | 219.76 | 64.37 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 107 | 0.07 | 0 | 0.55 | 0.06 | 67.67 | 0.82 | 0.68 |
| Hex | DF | F0 | 6B | 7 | 0 | 37 | 6 | 44 | 52 | 44 |
| Octal | 337 | 360 | 153 | 7 | 0 | 67 | 6 | 104 | 122 | 104 |
| Binary | 11011111 | 11110000 | 1101011 | 111 | 0 | 110111 | 110 | 1000100 | 1010010 | 1000100 |
Color Harmonies of #DFF06B
Complementary color
Monochromatic Colors of #DFF06B
Black with #DFF06B
Text Example
Text Example
White with #DFF06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF06B; }
p { color: rgb(223,240,107); }
H1.HeaderClassName
{
color: #DFF06B;
}
.AnyTagClassName
{
color: #DFF06B;
}
</style>
background-color css
<style>
a { background-color: #DFF06B; }
a { background-color: rgb(223,240,107); }
div.DivClassName
{
background-color: #DFF06B;
}
.BgClassName
{
background-color: #DFF06B;
}
</style>
border-color css
<style>
span { border-color: #DFF06B; }
span { border-color: rgb(223,240,107); }
td.TdClassName
{
border-color: #DFF06B;
}
.TagClassName
{
border-color: #DFF06B;
}
</style>